#6A7106

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

Shades of Olive #6A7106

Tints of Olive #6A7106

Color information

#6A7106 (or 0x6A7106) is unknown color: approx Olive. HEX triplet: 6A, 71 and 06. RGB value is (106,113,6). Sum of RGB (Red+Green+Blue) = 106+113+6=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7106 is #958EF9. Grayscale: #636363. Windows color (decimal): -9801466 or 422250. OLE color: 422250.

HSL color Cylindrical-coordinate representation of color #6A7106: hue angle of 63.93º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A7106 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB1061136-
CMYK0.0600.950.56
HSL63.93º89.92%23.33%-
HSV(B)63.93º94.69%44.31%-
XYZ11.8814.892.42-
YUV98.7175.68133.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.11%
GREEN value IS 113 (44.53% from 255) = 50.22%
BLUE value IS 6 (2.73% from 255) = 2.67%
R=47.11%
G=50.22%
B=2.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10611360.0600.950.5663.9389.9223.33
Hex6A716605F38405a17
Octal1521616601377010013227
Binary11010101110001110110010111111110001000000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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