#67900C

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

Shades of Olive Drab #67900C

Tints of Olive Drab #67900C

Color information

#67900C (or 0x67900C) is unknown color: approx Olive Drab. HEX triplet: 67, 90 and 0C. RGB value is (103,144,12). Sum of RGB (Red+Green+Blue) = 103+144+12=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #67900C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67900C is #986FF3. Grayscale: #757575. Windows color (decimal): -9990132 or 823399. OLE color: 823399.

HSL color Cylindrical-coordinate representation of color #67900C: hue angle of 78.64º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67900C is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB10314412-
CMYK0.2800.920.44
HSL78.64º84.62%30.59%-
HSV(B)78.64º91.67%56.47%-
XYZ15.6322.863.94-
YUV116.6968.92118.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.77%
GREEN value IS 144 (56.64% from 255) = 55.60%
BLUE value IS 12 (5.08% from 255) = 4.63%
R=39.77%
G=55.60%
B=4.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103144120.2800.920.4478.6484.6230.59
Hex6790C1C05C2C4f551f
Octal147220143401345411712537
Binary110011110010000110011100010111001011001001111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67900C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,144,12); }

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

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

 a { background-color: rgb(103,144,12); }

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

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

 span { border-color: rgb(103,144,12); }

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