#6C9222

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

Shades of Olive Drab #6C9222

Tints of Olive Drab #6C9222

Color information

#6C9222 (or 0x6C9222) is unknown color: approx Olive Drab. HEX triplet: 6C, 92 and 22. RGB value is (108,146,34). Sum of RGB (Red+Green+Blue) = 108+146+34=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #6C9222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9222 is #936DDD. Grayscale: #7A7A7A. Windows color (decimal): -9661918 or 2265708. OLE color: 2265708.

HSL color Cylindrical-coordinate representation of color #6C9222: hue angle of 80.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C9222 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB10814634-
CMYK0.2600.770.43
HSL80.36º62.22%35.29%-
HSV(B)80.36º76.71%57.25%-
XYZ16.7523.865.24-
YUV121.8778.41118.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.5%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 34 (13.67% from 255) = 11.81%
R=37.5%
G=50.69%
B=11.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108146340.2600.770.4380.3662.2235.29
Hex6C92221A04D2B503e23
Octal15422242320115531207643
Binary11011001001001010001011010010011011010111010000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,146,34); }

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

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

 a { background-color: rgb(108,146,34); }

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

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

 span { border-color: rgb(108,146,34); }

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