#767217

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

Shades of Olivetone #767217

Tints of Olivetone #767217

Color information

#767217 (or 0x767217) is unknown color: approx Olivetone. HEX triplet: 76, 72 and 17. RGB value is (118,114,23). Sum of RGB (Red+Green+Blue) = 118+114+23=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #767217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767217 is #898DE8. Grayscale: #696969. Windows color (decimal): -9014761 or 1536630. OLE color: 1536630.

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

Color convert

RGB11811423-
CMYK00.030.810.54
HSL57.47º67.38%27.65%-
HSV(B)57.47º80.51%46.27%-
XYZ13.6415.953.17-
YUV104.8281.83137.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 23 (9.38% from 255) = 9.02%
R=46.27%
G=44.71%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181142300.030.810.5457.4767.3827.65
Hex76721703513639431c
Octal1661622703121667110334
Binary11101101110010101110111010001110110111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767217; }

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

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

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

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

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

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

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

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