#777503

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

Shades of Olive #777503

Tints of Olive #777503

Color information

#777503 (or 0x777503) is unknown color: approx Olive. HEX triplet: 77, 75 and 03. RGB value is (119,117,3). Sum of RGB (Red+Green+Blue) = 119+117+3=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #777503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777503 is #888AFC. Grayscale: #696969. Windows color (decimal): -8948477 or 226679. OLE color: 226679.

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

Color convert

RGB1191173-
CMYK00.020.970.53
HSL58.97º95.08%23.92%-
HSV(B)58.97º97.48%46.67%-
XYZ13.9916.652.56-
YUV104.670.66138.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 3 (1.56% from 255) = 1.26%
R=49.79%
G=48.95%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119117300.020.970.5358.9795.0823.92
Hex777530261353b5f18
Octal167165302141657313730
Binary11101111110101110101100001110101111011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777503; }

 p { color: rgb(119,117,3); }

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

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

 a { background-color: rgb(119,117,3); }

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

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

 span { border-color: rgb(119,117,3); }

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