#6C8419

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

Shades of Olive Drab #6C8419

Tints of Olive Drab #6C8419

Color information

#6C8419 (or 0x6C8419) is unknown color: approx Olive Drab. HEX triplet: 6C, 84 and 19. RGB value is (108,132,25). Sum of RGB (Red+Green+Blue) = 108+132+25=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8419 is #937BE6. Grayscale: #717171. Windows color (decimal): -9665511 or 1672300. OLE color: 1672300.

HSL color Cylindrical-coordinate representation of color #6C8419: hue angle of 73.46º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C8419 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB10813225-
CMYK0.1800.810.48
HSL73.46º68.15%30.78%-
HSV(B)73.46º81.06%51.76%-
XYZ14.6119.763.96-
YUV112.6378.55124.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.75%
GREEN value IS 132 (51.95% from 255) = 49.81%
BLUE value IS 25 (10.16% from 255) = 9.43%
R=40.75%
G=49.81%
B=9.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108132250.1800.810.4873.4668.1530.78
Hex6C8419120513049441f
Octal154204312201216011110437
Binary1101100100001001100110010010100011100001001001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C8419; }

 p { color: rgb(108,132,25); }

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

<style>
 a { background-color: #6C8419; }

 a { background-color: rgb(108,132,25); }

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

<style>
 span { border-color: #6C8419; }

 span { border-color: rgb(108,132,25); }

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