#777F0D

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

Shades of Olive #777F0D

Tints of Olive #777F0D

Color information

#777F0D (or 0x777F0D) is unknown color: approx Olive. HEX triplet: 77, 7F and 0D. RGB value is (119,127,13). Sum of RGB (Red+Green+Blue) = 119+127+13=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #777F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777F0D is #8880F2. Grayscale: #707070. Windows color (decimal): -8945907 or 884599. OLE color: 884599.

HSL color Cylindrical-coordinate representation of color #777F0D: hue angle of 64.21º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #777F0D is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB11912713-
CMYK0.0600.900.50
HSL64.21º81.43%27.45%-
HSV(B)64.21º89.76%49.8%-
XYZ15.2719.133.27-
YUV111.6172.35133.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 127 (50% from 255) = 49.03%
BLUE value IS 13 (5.47% from 255) = 5.02%
R=45.95%
G=49.03%
B=5.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119127130.0600.900.5064.2181.4327.45
Hex777FD605A3240511b
Octal16717715601326210012133
Binary111011111111111101110010110101100101000000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777F0D; }

 p { color: rgb(119,127,13); }

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

<style>
 a { background-color: #777F0D; }

 a { background-color: rgb(119,127,13); }

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

<style>
 span { border-color: #777F0D; }

 span { border-color: rgb(119,127,13); }

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