#777101

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

Shades of Olive #777101

Tints of Olive #777101

Color information

#777101 (or 0x777101) is unknown color: approx Olive. HEX triplet: 77, 71 and 01. RGB value is (119,113,1). Sum of RGB (Red+Green+Blue) = 119+113+1=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #777101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777101 is #888EFE. Grayscale: #666666. Windows color (decimal): -8949503 or 94583. OLE color: 94583.

HSL color Cylindrical-coordinate representation of color #777101: hue angle of 56.95º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #777101 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB1191131-
CMYK00.050.990.53
HSL56.95º98.33%23.53%-
HSV(B)56.95º99.16%46.67%-
XYZ13.5215.732.35-
YUV102.0370.99140.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=51.07%
G=48.50%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119113100.050.990.5356.9598.3323.53
Hex77711056335396218
Octal167161105143657114230
Binary11101111110001101011100011110101111001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777101; }

 p { color: rgb(119,113,1); }

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

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

 a { background-color: rgb(119,113,1); }

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

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

 span { border-color: rgb(119,113,1); }

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