#777025

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

Shades of Olivetone #777025

Tints of Olivetone #777025

Color information

#777025 (or 0x777025) is unknown color: approx Olivetone. HEX triplet: 77, 70 and 25. RGB value is (119,112,37). Sum of RGB (Red+Green+Blue) = 119+112+37=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #777025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777025 is #888FDA. Grayscale: #696969. Windows color (decimal): -8949723 or 2453623. OLE color: 2453623.

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

Color convert

RGB11911237-
CMYK00.060.690.53
HSL54.88º52.56%30.59%-
HSV(B)54.88º68.91%46.67%-
XYZ13.7415.644.05-
YUV105.5489.32137.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 112 (44.14% from 255) = 41.79%
BLUE value IS 37 (14.84% from 255) = 13.81%
R=44.40%
G=41.79%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191123700.060.690.5354.8852.5630.59
Hex77702506453537351f
Octal167160450610565676537
Binary111011111100001001010110100010111010111011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777025; }

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

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

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

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

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

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

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

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