#6B7206

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

Shades of Olive #6B7206

Tints of Olive #6B7206

Color information

#6B7206 (or 0x6B7206) is unknown color: approx Olive. HEX triplet: 6B, 72 and 06. RGB value is (107,114,6). Sum of RGB (Red+Green+Blue) = 107+114+6=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7206 is #948DF9. Grayscale: #646464. Windows color (decimal): -9735674 or 422507. OLE color: 422507.

HSL color Cylindrical-coordinate representation of color #6B7206: hue angle of 63.89º 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 #6B7206 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB1071146-
CMYK0.0600.950.55
HSL63.89º90%23.53%-
HSV(B)63.89º94.74%44.71%-
XYZ12.1115.172.46-
YUV99.5975.18133.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.14%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 6 (2.73% from 255) = 2.64%
R=47.14%
G=50.22%
B=2.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10711460.0600.950.5563.899023.53
Hex6B726605F37405a18
Octal1531626601376710013230
Binary11010111110010110110010111111101111000000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,114,6); }

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

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

 a { background-color: rgb(107,114,6); }

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

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

 span { border-color: rgb(107,114,6); }

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