#67991C

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

Shades of Olive Drab #67991C

Tints of Olive Drab #67991C

Color information

#67991C (or 0x67991C) is unknown color: approx Olive Drab. HEX triplet: 67, 99 and 1C. RGB value is (103,153,28). Sum of RGB (Red+Green+Blue) = 103+153+28=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #67991C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67991C is #9866E3. Grayscale: #7C7C7C. Windows color (decimal): -9987812 or 1874279. OLE color: 1874279.

HSL color Cylindrical-coordinate representation of color #67991C: hue angle of 84º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #67991C is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB10315328-
CMYK0.3300.820.4
HSL84º69.06%35.49%-
HSV(B)84º81.7%60%-
XYZ17.1925.755.16-
YUV123.873.94113.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.27%
GREEN value IS 153 (60.16% from 255) = 53.87%
BLUE value IS 28 (11.33% from 255) = 9.86%
R=36.27%
G=53.87%
B=9.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal103153280.3300.820.48469.0635.49
Hex67991C2105228544523
Octal147231344101225012410543
Binary110011110011001111001000010101001010100010101001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67991C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,153,28); }

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

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

 a { background-color: rgb(103,153,28); }

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

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

 span { border-color: rgb(103,153,28); }

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