#6A9711

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

Shades of Olive Drab #6A9711

Tints of Olive Drab #6A9711

Color information

#6A9711 (or 0x6A9711) is unknown color: approx Olive Drab. HEX triplet: 6A, 97 and 11. RGB value is (106,151,17). Sum of RGB (Red+Green+Blue) = 106+151+17=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 151 (59.38% from 255 or 55.11% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 151 - color contains mainly: green. Hex color #6A9711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9711 is #9568EE. Grayscale: #7A7A7A. Windows color (decimal): -9791727 or 1152874. OLE color: 1152874.

HSL color Cylindrical-coordinate representation of color #6A9711: hue angle of 80.15º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A9711 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB10615117-
CMYK0.3000.890.41
HSL80.15º79.76%32.94%-
HSV(B)80.15º88.74%59.22%-
XYZ17.1125.244.5-
YUV122.2768.59116.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.69%
GREEN value IS 151 (59.38% from 255) = 55.11%
BLUE value IS 17 (7.03% from 255) = 6.20%
R=38.69%
G=55.11%
B=6.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106151170.3000.890.4180.1579.7632.94
Hex6A97111E05929505021
Octal152227213601315112012041
Binary11010101001011110001111100101100110100110100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,151,17); }

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

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

 a { background-color: rgb(106,151,17); }

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

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

 span { border-color: rgb(106,151,17); }

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