#6A9706

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

Shades of Olive Drab #6A9706

Tints of Olive Drab #6A9706

Color information

#6A9706 (or 0x6A9706) is unknown color: approx Olive Drab. HEX triplet: 6A, 97 and 06. RGB value is (106,151,6). Sum of RGB (Red+Green+Blue) = 106+151+6=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 151 (59.38% from 255 or 57.41% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 151 - color contains mainly: green. Hex color #6A9706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9706 is #9568F9. Grayscale: #797979. Windows color (decimal): -9791738 or 431978. OLE color: 431978.

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

Color convert

RGB1061516-
CMYK0.3000.960.41
HSL78.62º92.36%30.78%-
HSV(B)78.62º96.03%59.22%-
XYZ17.0425.214.14-
YUV121.0263.09117.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.30%
GREEN value IS 151 (59.38% from 255) = 57.41%
BLUE value IS 6 (2.73% from 255) = 2.28%
R=40.30%
G=57.41%
B=2.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10615160.3000.960.4178.6292.3630.78
Hex6A9761E060294f5c1f
Octal15222763601405111713437
Binary11010101001011111011110011000001010011001111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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