#6B902A

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

Shades of Olive Drab #6B902A

Tints of Olive Drab #6B902A

Color information

#6B902A (or 0x6B902A) is unknown color: approx Olive Drab. HEX triplet: 6B, 90 and 2A. RGB value is (107,144,42). Sum of RGB (Red+Green+Blue) = 107+144+42=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #6B902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B902A is #946FD5. Grayscale: #797979. Windows color (decimal): -9727958 or 2789483. OLE color: 2789483.

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

Color convert

RGB10714442-
CMYK0.2600.710.44
HSL81.76º54.84%36.47%-
HSV(B)81.76º70.83%56.47%-
XYZ16.4523.245.81-
YUV121.3183.24117.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.52%
GREEN value IS 144 (56.64% from 255) = 49.15%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=36.52%
G=49.15%
B=14.33%

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
Decimal107144420.2600.710.4481.7654.8436.47
Hex6B902A1A0472C523724
Octal15322052320107541226744
Binary11010111001000010101011010010001111011001010010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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