#6A902A

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

Shades of Olive Drab #6A902A

Tints of Olive Drab #6A902A

Color information

#6A902A (or 0x6A902A) is unknown color: approx Olive Drab. HEX triplet: 6A, 90 and 2A. RGB value is (106,144,42). Sum of RGB (Red+Green+Blue) = 106+144+42=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #6A902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A902A is #956FD5. Grayscale: #797979. Windows color (decimal): -9793494 or 2789482. OLE color: 2789482.

HSL color Cylindrical-coordinate representation of color #6A902A: hue angle of 82.35º 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 #6A902A is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB10614442-
CMYK0.2600.710.44
HSL82.35º54.84%36.47%-
HSV(B)82.35º70.83%56.47%-
XYZ16.3423.185.8-
YUV121.0183.41117.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.30%
GREEN value IS 144 (56.64% from 255) = 49.32%
BLUE value IS 42 (16.80% from 255) = 14.38%
R=36.30%
G=49.32%
B=14.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106144420.2600.710.4482.3554.8436.47
Hex6A902A1A0472C523724
Octal15222052320107541226744
Binary11010101001000010101011010010001111011001010010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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