#6A7306

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

Shades of Olive #6A7306

Tints of Olive #6A7306

Color information

#6A7306 (or 0x6A7306) is unknown color: approx Olive. HEX triplet: 6A, 73 and 06. RGB value is (106,115,6). Sum of RGB (Red+Green+Blue) = 106+115+6=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7306 is #958CF9. Grayscale: #646464. Windows color (decimal): -9800954 or 422762. OLE color: 422762.

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

Color convert

RGB1061156-
CMYK0.0800.950.55
HSL64.95º90.08%23.73%-
HSV(B)64.95º94.78%45.1%-
XYZ12.1115.342.49-
YUV99.8875.02132.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.70%
GREEN value IS 115 (45.31% from 255) = 50.66%
BLUE value IS 6 (2.73% from 255) = 2.64%
R=46.70%
G=50.66%
B=2.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10611560.0800.950.5564.9590.0823.73
Hex6A736805F37415a18
Octal15216361001376710113230
Binary110101011100111101000010111111101111000001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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