#767225

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

Shades of Olivetone #767225

Tints of Olivetone #767225

Color information

#767225 (or 0x767225) is unknown color: approx Olivetone. HEX triplet: 76, 72 and 25. RGB value is (118,114,37). Sum of RGB (Red+Green+Blue) = 118+114+37=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #767225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767225 is #898DDA. Grayscale: #6A6A6A. Windows color (decimal): -9014747 or 2454134. OLE color: 2454134.

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

Color convert

RGB11811437-
CMYK00.030.690.54
HSL57.04º52.26%30.39%-
HSV(B)57.04º68.64%46.27%-
XYZ13.8216.024.11-
YUV106.4288.83136.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 114 (44.92% from 255) = 42.38%
BLUE value IS 37 (14.84% from 255) = 13.75%
R=43.87%
G=42.38%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181143700.030.690.5457.0452.2630.39
Hex76722503453639341e
Octal166162450310566716436
Binary11101101110010100101011100010111011011100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767225; }

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

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

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

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

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

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

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

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