#69870F

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

Shades of Olive Drab #69870F

Tints of Olive Drab #69870F

Color information

#69870F (or 0x69870F) is unknown color: approx Olive Drab. HEX triplet: 69, 87 and 0F. RGB value is (105,135,15). Sum of RGB (Red+Green+Blue) = 105+135+15=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #69870F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69870F is #9678F0. Grayscale: #707070. Windows color (decimal): -9861361 or 1017705. OLE color: 1017705.

HSL color Cylindrical-coordinate representation of color #69870F: hue angle of 75º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69870F is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB10513515-
CMYK0.2200.890.47
HSL75º80%29.41%-
HSV(B)75º88.89%52.94%-
XYZ14.5820.373.61-
YUV112.3573.06122.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 135 (53.12% from 255) = 52.94%
BLUE value IS 15 (6.25% from 255) = 5.88%
R=41.18%
G=52.94%
B=5.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135150.2200.890.47758029.41
Hex6987F160592F4b501d
Octal151207172601315711312035
Binary110100110000111111110110010110011011111001011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69870F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69870F; }

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

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

<style>
 a { background-color: #69870F; }

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

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

<style>
 span { border-color: #69870F; }

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

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