#76910B

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

Shades of Olive #76910B

Tints of Olive #76910B

Color information

#76910B (or 0x76910B) is unknown color: approx Olive. HEX triplet: 76, 91 and 0B. RGB value is (118,145,11). Sum of RGB (Red+Green+Blue) = 118+145+11=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #76910B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76910B is #896EF4. Grayscale: #7A7A7A. Windows color (decimal): -9006837 or 758134. OLE color: 758134.

HSL color Cylindrical-coordinate representation of color #76910B: hue angle of 72.09º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76910B is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB11814511-
CMYK0.1900.920.43
HSL72.09º85.9%30.59%-
HSV(B)72.09º92.41%56.86%-
XYZ17.6624.134.04-
YUV121.6565.55125.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 145 (57.03% from 255) = 52.92%
BLUE value IS 11 (4.69% from 255) = 4.01%
R=43.07%
G=52.92%
B=4.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118145110.1900.920.4372.0985.930.59
Hex7691B1305C2B48561f
Octal166221132301345311012637
Binary111011010010001101110011010111001010111001000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76910B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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