#767527

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

Shades of Olivetone #767527

Tints of Olivetone #767527

Color information

#767527 (or 0x767527) is unknown color: approx Olivetone. HEX triplet: 76, 75 and 27. RGB value is (118,117,39). Sum of RGB (Red+Green+Blue) = 118+117+39=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #767527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767527 is #898AD8. Grayscale: #6C6C6C. Windows color (decimal): -9013977 or 2585974. OLE color: 2585974.

HSL color Cylindrical-coordinate representation of color #767527: hue angle of 59.24º 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 #767527 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB11811739-
CMYK00.010.670.54
HSL59.24º50.32%30.78%-
HSV(B)59.24º66.95%46.27%-
XYZ14.216.724.4-
YUV108.4188.83134.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 39 (15.62% from 255) = 14.23%
R=43.07%
G=42.70%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181173900.010.670.5459.2450.3230.78
Hex7675270143363b321f
Octal166165470110366736237
Binary1110110111010110011101100001111011011101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767527; }

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

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

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

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

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

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

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

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