#767227

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

Shades of Olivetone #767227

Tints of Olivetone #767227

Color information

#767227 (or 0x767227) is unknown color: approx Olivetone. HEX triplet: 76, 72 and 27. RGB value is (118,114,39). Sum of RGB (Red+Green+Blue) = 118+114+39=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #767227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767227 is #898DD8. Grayscale: #6A6A6A. Windows color (decimal): -9014745 or 2585206. OLE color: 2585206.

HSL color Cylindrical-coordinate representation of color #767227: hue angle of 56.96º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #767227 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB11811439-
CMYK00.030.670.54
HSL56.96º50.32%30.78%-
HSV(B)56.96º66.95%46.27%-
XYZ13.8516.034.28-
YUV106.6589.83136.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 114 (44.92% from 255) = 42.07%
BLUE value IS 39 (15.62% from 255) = 14.39%
R=43.54%
G=42.07%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181143900.030.670.5456.9650.3230.78
Hex76722703433639321f
Octal166162470310366716237
Binary11101101110010100111011100001111011011100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767227; }

 p { color: rgb(118,114,39); }

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

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

 a { background-color: rgb(118,114,39); }

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

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

 span { border-color: rgb(118,114,39); }

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