#6C8425

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

Shades of Olive Drab #6C8425

Tints of Olive Drab #6C8425

Color information

#6C8425 (or 0x6C8425) is unknown color: approx Olive Drab. HEX triplet: 6C, 84 and 25. RGB value is (108,132,37). Sum of RGB (Red+Green+Blue) = 108+132+37=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8425 is #937BDA. Grayscale: #727272. Windows color (decimal): -9665499 or 2458732. OLE color: 2458732.

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

Color convert

RGB10813237-
CMYK0.1800.720.48
HSL75.16º56.21%33.14%-
HSV(B)75.16º71.97%51.76%-
XYZ14.7719.824.8-
YUV113.9984.55123.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.99%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 37 (14.84% from 255) = 13.36%
R=38.99%
G=47.65%
B=13.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108132370.1800.720.4875.1656.2133.14
Hex6C842512048304b3821
Octal15420445220110601137041
Binary11011001000010010010110010010010001100001001011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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