#6A8607

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

Shades of Olive #6A8607

Tints of Olive #6A8607

Color information

#6A8607 (or 0x6A8607) is unknown color: approx Olive. HEX triplet: 6A, 86 and 07. RGB value is (106,134,7). Sum of RGB (Red+Green+Blue) = 106+134+7=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8607 is #9579F8. Grayscale: #6F6F6F. Windows color (decimal): -9796089 or 493162. OLE color: 493162.

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

Color convert

RGB1061347-
CMYK0.2100.950.47
HSL73.23º90.07%27.65%-
HSV(B)73.23º94.78%52.55%-
XYZ14.5120.133.32-
YUV111.1569.22124.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.91%
GREEN value IS 134 (52.73% from 255) = 54.25%
BLUE value IS 7 (3.12% from 255) = 2.83%
R=42.91%
G=54.25%
B=2.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10613470.2100.950.4773.2390.0727.65
Hex6A8671505F2F495a1c
Octal15220672501375711113234
Binary11010101000011011110101010111111011111001001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,134,7); }

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

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

 a { background-color: rgb(106,134,7); }

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

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

 span { border-color: rgb(106,134,7); }

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