#76760A

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

Shades of Olive #76760A

Tints of Olive #76760A

Color information

#76760A (or 0x76760A) is unknown color: approx Olive. HEX triplet: 76, 76 and 0A. RGB value is (118,118,10). Sum of RGB (Red+Green+Blue) = 118+118+10=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76760A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76760A is #8989F5. Grayscale: #6A6A6A. Windows color (decimal): -9013750 or 685686. OLE color: 685686.

HSL color Cylindrical-coordinate representation of color #76760A: hue angle of 60º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76760A is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB11811810-
CMYK000.920.54
HSL60º84.38%25.1%-
HSV(B)60º91.53%46.27%-
XYZ1416.832.8-
YUV105.6974136.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 10 (4.30% from 255) = 4.07%
R=47.97%
G=47.97%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811810000.920.546084.3825.1
Hex7676A005C363c5419
Octal1661661200134667412431
Binary111011011101101010001011100110110111100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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