#776F25

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

Shades of Olivetone #776F25

Tints of Olivetone #776F25

Color information

#776F25 (or 0x776F25) is unknown color: approx Olivetone. HEX triplet: 77, 6F and 25. RGB value is (119,111,37). Sum of RGB (Red+Green+Blue) = 119+111+37=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #776F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F25 is #8890DA. Grayscale: #696969. Windows color (decimal): -8949979 or 2453367. OLE color: 2453367.

HSL color Cylindrical-coordinate representation of color #776F25: hue angle of 54.15º 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 #776F25 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB11911137-
CMYK00.070.690.53
HSL54.15º52.56%30.59%-
HSV(B)54.15º68.91%46.67%-
XYZ13.6315.424.01-
YUV104.9689.65138.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 111 (43.75% from 255) = 41.57%
BLUE value IS 37 (14.84% from 255) = 13.86%
R=44.57%
G=41.57%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191113700.070.690.5354.1552.5630.59
Hex776F2507453536351f
Octal167157450710565666537
Binary111011111011111001010111100010111010111011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776F25; }

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

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

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

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

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

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

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

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