#6A7709

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

Shades of Olive #6A7709

Tints of Olive #6A7709

Color information

#6A7709 (or 0x6A7709) is unknown color: approx Olive. HEX triplet: 6A, 77 and 09. RGB value is (106,119,9). Sum of RGB (Red+Green+Blue) = 106+119+9=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7709 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7709 is #9588F6. Grayscale: #666666. Windows color (decimal): -9799927 or 620394. OLE color: 620394.

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

Color convert

RGB1061199-
CMYK0.1100.920.53
HSL67.09º85.94%25.1%-
HSV(B)67.09º92.44%46.67%-
XYZ12.5916.282.74-
YUV102.5775.19130.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.30%
GREEN value IS 119 (46.88% from 255) = 50.85%
BLUE value IS 9 (3.91% from 255) = 3.85%
R=45.30%
G=50.85%
B=3.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10611990.1100.920.5367.0985.9425.1
Hex6A779B05C35435619
Octal152167111301346510312631
Binary1101010111011110011011010111001101011000011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,119,9); }

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

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

 a { background-color: rgb(106,119,9); }

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

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

 span { border-color: rgb(106,119,9); }

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