#77731f

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

Shades of Olivetone #77731F

Tints of Olivetone #77731F

Color information

#77731F (or 0x77731F) is unknown color: approx Olivetone. HEX triplet: 77, 73 and 1F. RGB value is (119,115,31). Sum of RGB (Red+Green+Blue) = 119+115+31=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77731F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77731F is #888CE0. Grayscale: #6A6A6A. Windows color (decimal): -8948961 or 2061175. OLE color: 2061175.

HSL color Cylindrical-coordinate representation of color #77731F: hue angle of 57.27º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77731F is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB11911531-
CMYK00.030.740.53
HSL57.27º58.67%29.41%-
HSV(B)57.27º73.95%46.67%-
XYZ13.9916.283.7-
YUV106.6285.33136.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 31 (12.5% from 255) = 11.70%
R=44.91%
G=43.40%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191153100.030.740.5357.2758.6729.41
Hex77731F034A35393b1d
Octal167163370311265717335
Binary1110111111001111111011100101011010111100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77731f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77731f; }

 p { color: rgb(119,115,31); }

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

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

 a { background-color: rgb(119,115,31); }

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

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

 span { border-color: rgb(119,115,31); }

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