#69872B

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

Shades of Olive Drab #69872B

Tints of Olive Drab #69872B

Color information

#69872B (or 0x69872B) is unknown color: approx Olive Drab. HEX triplet: 69, 87 and 2B. RGB value is (105,135,43). Sum of RGB (Red+Green+Blue) = 105+135+43=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #69872B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69872B is #9678D4. Grayscale: #737373. Windows color (decimal): -9861333 or 2852713. OLE color: 2852713.

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

Color convert

RGB10513543-
CMYK0.2200.680.47
HSL79.57º51.69%34.9%-
HSV(B)79.57º68.15%52.94%-
XYZ14.9320.515.46-
YUV115.5487.06120.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 135 (53.12% from 255) = 47.70%
BLUE value IS 43 (17.19% from 255) = 15.19%
R=37.10%
G=47.70%
B=15.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135430.2200.680.4779.5751.6934.9
Hex69872B160442F503423
Octal15120753260104571206443
Binary11010011000011110101110110010001001011111010000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69872B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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