#69891C

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

Shades of Olive Drab #69891C

Tints of Olive Drab #69891C

Color information

#69891C (or 0x69891C) is unknown color: approx Olive Drab. HEX triplet: 69, 89 and 1C. RGB value is (105,137,28). Sum of RGB (Red+Green+Blue) = 105+137+28=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #69891C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69891C is #9676E3. Grayscale: #737373. Windows color (decimal): -9860836 or 1870185. OLE color: 1870185.

HSL color Cylindrical-coordinate representation of color #69891C: hue angle of 77.61º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69891C is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB10513728-
CMYK0.2300.800.46
HSL77.61º66.06%32.35%-
HSV(B)77.61º79.56%53.73%-
XYZ14.9820.984.36-
YUV115.0178.9120.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 137 (53.91% from 255) = 50.74%
BLUE value IS 28 (11.33% from 255) = 10.37%
R=38.89%
G=50.74%
B=10.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105137280.2300.800.4677.6166.0632.35
Hex69891C170502E4e4220
Octal151211342701205611610240
Binary11010011000100111100101110101000010111010011101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69891C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69891C; }

 p { color: rgb(105,137,28); }

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

<style>
 a { background-color: #69891C; }

 a { background-color: rgb(105,137,28); }

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

<style>
 span { border-color: #69891C; }

 span { border-color: rgb(105,137,28); }

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