#76860F

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

Shades of Olive #76860F

Tints of Olive #76860F

Color information

#76860F (or 0x76860F) is unknown color: approx Olive. HEX triplet: 76, 86 and 0F. RGB value is (118,134,15). Sum of RGB (Red+Green+Blue) = 118+134+15=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #76860F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76860F is #8979F0. Grayscale: #747474. Windows color (decimal): -9009649 or 1017462. OLE color: 1017462.

HSL color Cylindrical-coordinate representation of color #76860F: hue angle of 68.07º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76860F is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB11813415-
CMYK0.1200.890.47
HSL68.07º79.87%29.22%-
HSV(B)68.07º88.81%52.55%-
XYZ16.0820.943.65-
YUV115.6571.2129.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 134 (52.73% from 255) = 50.19%
BLUE value IS 15 (6.25% from 255) = 5.62%
R=44.19%
G=50.19%
B=5.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134150.1200.890.4768.0779.8729.22
Hex7686FC0592F44501d
Octal166206171401315710412035
Binary11101101000011011111100010110011011111000100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76860F; }

 p { color: rgb(118,134,15); }

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

<style>
 a { background-color: #76860F; }

 a { background-color: rgb(118,134,15); }

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

<style>
 span { border-color: #76860F; }

 span { border-color: rgb(118,134,15); }

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