#69852B

Color #69852B Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #69852B

Tints of Olive Drab #69852B

Color information

#69852B (or 0x69852B) is unknown color: approx Olive Drab. HEX triplet: 69, 85 and 2B. RGB value is (105,133,43). Sum of RGB (Red+Green+Blue) = 105+133+43=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #69852B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69852B is #967AD4. Grayscale: #727272. Windows color (decimal): -9861845 or 2852201. OLE color: 2852201.

HSL color Cylindrical-coordinate representation of color #69852B: hue angle of 78.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69852B is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB10513343-
CMYK0.2100.680.48
HSL78.67º51.14%34.51%-
HSV(B)78.67º67.67%52.16%-
XYZ14.6519.955.36-
YUV114.3787.72121.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 43 (17.19% from 255) = 15.30%
R=37.37%
G=47.33%
B=15.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133430.2100.680.4878.6751.1434.51
Hex69852B15044304f3323
Octal15120553250104601176343
Binary11010011000010110101110101010001001100001001111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69852B; }

 p { color: rgb(105,133,43); }

 H1.HeaderClassName
 {
   color: #69852B;
 }
 .AnyTagClassName
 {
   color: #69852B;
 }
</style>
background-color css

<style>
 a { background-color: #69852B; }

 a { background-color: rgb(105,133,43); }

 div.DivClassName
 {
   background-color: #69852B;
 }
 .BgClassName
 {
   background-color: #69852B;
 }
</style>
border-color css

<style>
 span { border-color: #69852B; }

 span { border-color: rgb(105,133,43); }

 td.TdClassName
 {
   border-color: #69852B;
 }
 .TagClassName
 {
   border-color: #69852B;
 }
</style>