#777026

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

Shades of Olivetone #777026

Tints of Olivetone #777026

Color information

#777026 (or 0x777026) is unknown color: approx Olivetone. HEX triplet: 77, 70 and 26. RGB value is (119,112,38). Sum of RGB (Red+Green+Blue) = 119+112+38=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #777026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777026 is #888FD9. Grayscale: #696969. Windows color (decimal): -8949722 or 2519159. OLE color: 2519159.

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

Color convert

RGB11911238-
CMYK00.060.680.53
HSL54.81º51.59%30.78%-
HSV(B)54.81º68.07%46.67%-
XYZ13.7515.654.13-
YUV105.6689.82137.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=44.24%
G=41.64%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191123800.060.680.5354.8151.5930.78
Hex77702606443537341f
Octal167160460610465676437
Binary111011111100001001100110100010011010111011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777026; }

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

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

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

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

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

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

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

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