#6A961D

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

Shades of Olive Drab #6A961D

Tints of Olive Drab #6A961D

Color information

#6A961D (or 0x6A961D) is unknown color: approx Olive Drab. HEX triplet: 6A, 96 and 1D. RGB value is (106,150,29). Sum of RGB (Red+Green+Blue) = 106+150+29=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #6A961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A961D is #9569E2. Grayscale: #7B7B7B. Windows color (decimal): -9791971 or 1939050. OLE color: 1939050.

HSL color Cylindrical-coordinate representation of color #6A961D: hue angle of 81.82º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A961D is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB10615029-
CMYK0.2900.810.41
HSL81.82º67.6%35.1%-
HSV(B)81.82º80.67%58.82%-
XYZ17.0724.975.08-
YUV123.0574.92115.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 29 (11.72% from 255) = 10.18%
R=37.19%
G=52.63%
B=10.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106150290.2900.810.4181.8267.635.1
Hex6A961D1D05129524423
Octal152226353501215112210443
Binary11010101001011011101111010101000110100110100101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A961D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,150,29); }

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

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

 a { background-color: rgb(106,150,29); }

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

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

 span { border-color: rgb(106,150,29); }

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