#6A931A

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

Shades of Olive Drab #6A931A

Tints of Olive Drab #6A931A

Color information

#6A931A (or 0x6A931A) is unknown color: approx Olive Drab. HEX triplet: 6A, 93 and 1A. RGB value is (106,147,26). Sum of RGB (Red+Green+Blue) = 106+147+26=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #6A931A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A931A is #956CE5. Grayscale: #797979. Windows color (decimal): -9792742 or 1741674. OLE color: 1741674.

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

Color convert

RGB10614726-
CMYK0.2800.820.42
HSL80.33º69.94%33.92%-
HSV(B)80.33º82.31%57.65%-
XYZ16.5624.014.74-
YUV120.9574.42117.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.99%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 26 (10.55% from 255) = 9.32%
R=37.99%
G=52.69%
B=9.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106147260.2800.820.4280.3369.9433.92
Hex6A931A1C0522A504622
Octal152223323401225212010642
Binary11010101001001111010111000101001010101010100001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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