#727717

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

Shades of Olivetone #727717

Tints of Olivetone #727717

Color information

#727717 (or 0x727717) is unknown color: approx Olivetone. HEX triplet: 72, 77 and 17. RGB value is (114,119,23). Sum of RGB (Red+Green+Blue) = 114+119+23=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #727717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727717 is #8D88E8. Grayscale: #6A6A6A. Windows color (decimal): -9275625 or 1537906. OLE color: 1537906.

HSL color Cylindrical-coordinate representation of color #727717: hue angle of 63.12º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #727717 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB11411923-
CMYK0.0400.810.53
HSL63.12º67.61%27.84%-
HSV(B)63.12º80.67%46.67%-
XYZ13.6916.833.34-
YUV106.5680.84133.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 119 (46.88% from 255) = 46.48%
BLUE value IS 23 (9.38% from 255) = 8.98%
R=44.53%
G=46.48%
B=8.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119230.0400.810.5363.1267.6127.84
Hex7277174051353f441c
Octal1621672740121657710434
Binary111001011101111011110001010001110101111111100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727717; }

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

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

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

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

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

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

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

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