#6C902A

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

Shades of Olive Drab #6C902A

Tints of Olive Drab #6C902A

Color information

#6C902A (or 0x6C902A) is unknown color: approx Olive Drab. HEX triplet: 6C, 90 and 2A. RGB value is (108,144,42). Sum of RGB (Red+Green+Blue) = 108+144+42=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #6C902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C902A is #936FD5. Grayscale: #797979. Windows color (decimal): -9662422 or 2789484. OLE color: 2789484.

HSL color Cylindrical-coordinate representation of color #6C902A: hue angle of 81.18º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C902A is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB10814442-
CMYK0.2500.710.44
HSL81.18º54.84%36.47%-
HSV(B)81.18º70.83%56.47%-
XYZ16.5823.35.81-
YUV121.6183.07118.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.73%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=36.73%
G=48.98%
B=14.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108144420.2500.710.4481.1854.8436.47
Hex6C902A190472C513724
Octal15422052310107541216744
Binary11011001001000010101011001010001111011001010001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,144,42); }

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

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

 a { background-color: rgb(108,144,42); }

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

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

 span { border-color: rgb(108,144,42); }

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