#6D760B

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

Shades of Olive #6D760B

Tints of Olive #6D760B

Color information

#6D760B (or 0x6D760B) is unknown color: approx Olive. HEX triplet: 6D, 76 and 0B. RGB value is (109,118,11). Sum of RGB (Red+Green+Blue) = 109+118+11=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #6D760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D760B is #9289F4. Grayscale: #676767. Windows color (decimal): -9603573 or 751213. OLE color: 751213.

HSL color Cylindrical-coordinate representation of color #6D760B: hue angle of 65.05º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D760B is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB10911811-
CMYK0.0800.910.54
HSL65.05º82.95%25.29%-
HSV(B)65.05º90.68%46.27%-
XYZ12.8516.232.77-
YUV103.1176.02132.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.80%
GREEN value IS 118 (46.48% from 255) = 49.58%
BLUE value IS 11 (4.69% from 255) = 4.62%
R=45.80%
G=49.58%
B=4.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109118110.0800.910.5465.0582.9525.29
Hex6D76B805B36415319
Octal155166131001336610112331
Binary1101101111011010111000010110111101101000001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,118,11); }

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

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

 a { background-color: rgb(109,118,11); }

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

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

 span { border-color: rgb(109,118,11); }

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