#6B7606

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

Shades of Olive #6B7606

Tints of Olive #6B7606

Color information

#6B7606 (or 0x6B7606) is unknown color: approx Olive. HEX triplet: 6B, 76 and 06. RGB value is (107,118,6). Sum of RGB (Red+Green+Blue) = 107+118+6=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7606 is #9489F9. Grayscale: #666666. Windows color (decimal): -9734650 or 423531. OLE color: 423531.

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

Color convert

RGB1071186-
CMYK0.0900.950.54
HSL65.89º90.32%24.31%-
HSV(B)65.89º94.92%46.27%-
XYZ12.5716.12.62-
YUV101.9473.86131.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.32%
GREEN value IS 118 (46.48% from 255) = 51.08%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=46.32%
G=51.08%
B=2.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10711860.0900.950.5465.8990.3224.31
Hex6B766905F36425a18
Octal15316661101376610213230
Binary110101111101101101001010111111101101000010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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