#76850A

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

Shades of Olive #76850A

Tints of Olive #76850A

Color information

#76850A (or 0x76850A) is unknown color: approx Olive. HEX triplet: 76, 85 and 0A. RGB value is (118,133,10). Sum of RGB (Red+Green+Blue) = 118+133+10=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #76850A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76850A is #897AF5. Grayscale: #727272. Windows color (decimal): -9009910 or 689526. OLE color: 689526.

HSL color Cylindrical-coordinate representation of color #76850A: hue angle of 67.32º degrees, saturation: 0.86, 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 #76850A is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB11813310-
CMYK0.1100.920.48
HSL67.32º86.01%28.04%-
HSV(B)67.32º92.48%52.16%-
XYZ15.9120.653.43-
YUV114.4969.03130.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 133 (52.34% from 255) = 50.96%
BLUE value IS 10 (4.30% from 255) = 3.83%
R=45.21%
G=50.96%
B=3.83%

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
Decimal118133100.1100.920.4867.3286.0128.04
Hex7685AB05C3043561c
Octal166205121301346010312634
Binary11101101000010110101011010111001100001000011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76850A; }

 p { color: rgb(118,133,10); }

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

<style>
 a { background-color: #76850A; }

 a { background-color: rgb(118,133,10); }

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

<style>
 span { border-color: #76850A; }

 span { border-color: rgb(118,133,10); }

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