#76840B

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

Shades of Olive #76840B

Tints of Olive #76840B

Color information

#76840B (or 0x76840B) is unknown color: approx Olive. HEX triplet: 76, 84 and 0B. RGB value is (118,132,11). Sum of RGB (Red+Green+Blue) = 118+132+11=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #76840B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76840B is #897BF4. Grayscale: #727272. Windows color (decimal): -9010165 or 754806. OLE color: 754806.

HSL color Cylindrical-coordinate representation of color #76840B: hue angle of 66.94º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76840B is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB11813211-
CMYK0.1100.920.48
HSL66.94º84.62%28.04%-
HSV(B)66.94º91.67%51.76%-
XYZ15.7820.383.42-
YUV114.0269.86130.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 132 (51.95% from 255) = 50.57%
BLUE value IS 11 (4.69% from 255) = 4.21%
R=45.21%
G=50.57%
B=4.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132110.1100.920.4866.9484.6228.04
Hex7684BB05C3043551c
Octal166204131301346010312534
Binary11101101000010010111011010111001100001000011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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