#76750B

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

Shades of Olive #76750B

Tints of Olive #76750B

Color information

#76750B (or 0x76750B) is unknown color: approx Olive. HEX triplet: 76, 75 and 0B. RGB value is (118,117,11). Sum of RGB (Red+Green+Blue) = 118+117+11=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76750B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76750B is #898AF4. Grayscale: #696969. Windows color (decimal): -9014005 or 750966. OLE color: 750966.

HSL color Cylindrical-coordinate representation of color #76750B: hue angle of 59.44º 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 #76750B is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB11811711-
CMYK00.010.910.54
HSL59.44º82.95%25.29%-
HSV(B)59.44º90.68%46.27%-
XYZ13.8916.62.79-
YUV105.2274.83137.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 117 (46.09% from 255) = 47.56%
BLUE value IS 11 (4.69% from 255) = 4.47%
R=47.97%
G=47.56%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181171100.010.910.5459.4482.9525.29
Hex7675B015B363b5319
Octal1661651301133667312331
Binary111011011101011011011011011110110111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76750B; }

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

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

<style>
 a { background-color: #76750B; }

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

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

<style>
 span { border-color: #76750B; }

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

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