#6C8234

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

Shades of Olive Drab #6C8234

Tints of Olive Drab #6C8234

Color information

#6C8234 (or 0x6C8234) is unknown color: approx Olive Drab. HEX triplet: 6C, 82 and 34. RGB value is (108,130,52). Sum of RGB (Red+Green+Blue) = 108+130+52=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #6C8234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8234 is #937DCB. Grayscale: #727272. Windows color (decimal): -9665996 or 3441260. OLE color: 3441260.

HSL color Cylindrical-coordinate representation of color #6C8234: hue angle of 76.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C8234 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB10813052-
CMYK0.1700.600.49
HSL76.92º42.86%35.69%-
HSV(B)76.92º60%50.98%-
XYZ14.7919.46.21-
YUV114.5392.71123.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.24%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 52 (20.70% from 255) = 17.93%
R=37.24%
G=44.83%
B=17.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108130520.1700.600.4976.9242.8635.69
Hex6C82341103C314d2b24
Octal1542026421074611155344
Binary1101100100000101101001000101111001100011001101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,130,52); }

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

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

 a { background-color: rgb(108,130,52); }

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

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

 span { border-color: rgb(108,130,52); }

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