#76770C

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

Shades of Olive #76770C

Tints of Olive #76770C

Color information

#76770C (or 0x76770C) is unknown color: approx Olive. HEX triplet: 76, 77 and 0C. RGB value is (118,119,12). Sum of RGB (Red+Green+Blue) = 118+119+12=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #76770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76770C is #8988F3. Grayscale: #6A6A6A. Windows color (decimal): -9013492 or 817014. OLE color: 817014.

HSL color Cylindrical-coordinate representation of color #76770C: hue angle of 60.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76770C is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB11811912-
CMYK0.0100.900.53
HSL60.56º81.68%25.69%-
HSV(B)60.56º89.92%46.67%-
XYZ14.1317.072.9-
YUV106.574.67136.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 12 (5.08% from 255) = 4.82%
R=47.39%
G=47.79%
B=4.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119120.0100.900.5360.5681.6825.69
Hex7677C105A353d521a
Octal1661671410132657512232
Binary111011011101111100101011010110101111101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76770C; }

 p { color: rgb(118,119,12); }

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

<style>
 a { background-color: #76770C; }

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

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

<style>
 span { border-color: #76770C; }

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

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