#6A932A

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

Shades of Olive Drab #6A932A

Tints of Olive Drab #6A932A

Color information

#6A932A (or 0x6A932A) is unknown color: approx Olive Drab. HEX triplet: 6A, 93 and 2A. RGB value is (106,147,42). Sum of RGB (Red+Green+Blue) = 106+147+42=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #6A932A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A932A is #956CD5. Grayscale: #7B7B7B. Windows color (decimal): -9792726 or 2790250. OLE color: 2790250.

HSL color Cylindrical-coordinate representation of color #6A932A: hue angle of 83.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A932A is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB10614742-
CMYK0.2800.710.42
HSL83.43º55.56%37.06%-
HSV(B)83.43º71.43%57.65%-
XYZ16.824.15.96-
YUV122.7782.42116.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 147 (57.81% from 255) = 49.83%
BLUE value IS 42 (16.80% from 255) = 14.24%
R=35.93%
G=49.83%
B=14.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106147420.2800.710.4283.4355.5637.06
Hex6A932A1C0472A533825
Octal15222352340107521237045
Binary11010101001001110101011100010001111010101010011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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