#6A7906

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

Shades of Olive #6A7906

Tints of Olive #6A7906

Color information

#6A7906 (or 0x6A7906) is unknown color: approx Olive. HEX triplet: 6A, 79 and 06. RGB value is (106,121,6). Sum of RGB (Red+Green+Blue) = 106+121+6=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #6A7906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7906 is #9586F9. Grayscale: #676767. Windows color (decimal): -9799418 or 424298. OLE color: 424298.

HSL color Cylindrical-coordinate representation of color #6A7906: hue angle of 67.83º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A7906 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB1061216-
CMYK0.1200.950.53
HSL67.83º90.55%24.9%-
HSV(B)67.83º95.04%47.45%-
XYZ12.8116.752.73-
YUV103.473.03129.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.49%
GREEN value IS 121 (47.66% from 255) = 51.93%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=45.49%
G=51.93%
B=2.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10612160.1200.950.5367.8390.5524.9
Hex6A796C05F35445b19
Octal15217161401376510413331
Binary110101011110011101100010111111101011000100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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