#6A7606

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

Shades of Olive #6A7606

Tints of Olive #6A7606

Color information

#6A7606 (or 0x6A7606) is unknown color: approx Olive. HEX triplet: 6A, 76 and 06. RGB value is (106,118,6). Sum of RGB (Red+Green+Blue) = 106+118+6=230 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.09% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7606 is #9589F9. Grayscale: #666666. Windows color (decimal): -9800186 or 423530. OLE color: 423530.

HSL color Cylindrical-coordinate representation of color #6A7606: hue angle of 66.43º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A7606 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB1061186-
CMYK0.1000.950.54
HSL66.43º90.32%24.31%-
HSV(B)66.43º94.92%46.27%-
XYZ12.4616.032.61-
YUV101.6474.02131.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.09%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 6 (2.73% from 255) = 2.61%
R=46.09%
G=51.30%
B=2.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10611860.1000.950.5466.4390.3224.31
Hex6A766A05F36425a18
Octal15216661201376610213230
Binary110101011101101101010010111111101101000010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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