#777007

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

Shades of Olive #777007

Tints of Olive #777007

Color information

#777007 (or 0x777007) is unknown color: approx Olive. HEX triplet: 77, 70 and 07. RGB value is (119,112,7). Sum of RGB (Red+Green+Blue) = 119+112+7=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #777007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777007 is #888FF8. Grayscale: #666666. Windows color (decimal): -8949753 or 487543. OLE color: 487543.

HSL color Cylindrical-coordinate representation of color #777007: hue angle of 56.25º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #777007 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB1191127-
CMYK00.060.940.53
HSL56.25º88.89%24.71%-
HSV(B)56.25º94.12%46.67%-
XYZ13.4415.532.49-
YUV102.1274.32140.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 7 (3.12% from 255) = 2.94%
R=50%
G=47.06%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119112700.060.940.5356.2588.8924.71
Hex77707065E35385919
Octal167160706136657013131
Binary1110111111000011101101011110110101111000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777007; }

 p { color: rgb(119,112,7); }

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

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

 a { background-color: rgb(119,112,7); }

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

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

 span { border-color: rgb(119,112,7); }

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