#717724

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

Shades of Olivetone #717724

Tints of Olivetone #717724

Color information

#717724 (or 0x717724) is unknown color: approx Olivetone. HEX triplet: 71, 77 and 24. RGB value is (113,119,36). Sum of RGB (Red+Green+Blue) = 113+119+36=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #717724 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717724 is #8E88DB. Grayscale: #6C6C6C. Windows color (decimal): -9341148 or 2389873. OLE color: 2389873.

HSL color Cylindrical-coordinate representation of color #717724: hue angle of 64.34º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #717724 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB11311936-
CMYK0.0500.700.53
HSL64.34º53.55%30.39%-
HSV(B)64.34º69.75%46.67%-
XYZ13.7316.834.19-
YUV107.7487.51131.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 36 (14.45% from 255) = 13.43%
R=42.16%
G=44.40%
B=13.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119360.0500.700.5364.3453.5530.39
Hex71772450463540361e
Octal1611674450106651006636
Binary1110001111011110010010101000110110101100000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717724; }

 p { color: rgb(113,119,36); }

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

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

 a { background-color: rgb(113,119,36); }

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

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

 span { border-color: rgb(113,119,36); }

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