#777219

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

Shades of Olivetone #777219

Tints of Olivetone #777219

Color information

#777219 (or 0x777219) is unknown color: approx Olivetone. HEX triplet: 77, 72 and 19. RGB value is (119,114,25). Sum of RGB (Red+Green+Blue) = 119+114+25=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #777219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777219 is #888DE6. Grayscale: #696969. Windows color (decimal): -8949223 or 1667703. OLE color: 1667703.

HSL color Cylindrical-coordinate representation of color #777219: hue angle of 56.81º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #777219 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB11911425-
CMYK00.040.790.53
HSL56.81º65.28%28.24%-
HSV(B)56.81º78.99%46.67%-
XYZ13.816.033.29-
YUV105.3582.66137.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 114 (44.92% from 255) = 44.19%
BLUE value IS 25 (10.16% from 255) = 9.69%
R=46.12%
G=44.19%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191142500.040.790.5356.8165.2828.24
Hex777219044F3539411c
Octal1671623104117657110134
Binary111011111100101100101001001111110101111001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777219; }

 p { color: rgb(119,114,25); }

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

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

 a { background-color: rgb(119,114,25); }

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

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

 span { border-color: rgb(119,114,25); }

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