#717326

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

Shades of Olivetone #717326

Tints of Olivetone #717326

Color information

#717326 (or 0x717326) is unknown color: approx Olivetone. HEX triplet: 71, 73 and 26. RGB value is (113,115,38). Sum of RGB (Red+Green+Blue) = 113+115+38=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #717326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717326 is #8E8CD9. Grayscale: #696969. Windows color (decimal): -9342170 or 2519921. OLE color: 2519921.

HSL color Cylindrical-coordinate representation of color #717326: hue angle of 61.56º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #717326 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB11311538-
CMYK0.0200.670.55
HSL61.56º50.33%30%-
HSV(B)61.56º66.96%45.1%-
XYZ13.2915.914.2-
YUV105.6289.84133.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 115 (45.31% from 255) = 43.23%
BLUE value IS 38 (15.23% from 255) = 14.29%
R=42.48%
G=43.23%
B=14.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113115380.0200.670.5561.5650.3330
Hex7173262043373e321e
Octal161163462010367766236
Binary11100011110011100110100100001111011111111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717326; }

 p { color: rgb(113,115,38); }

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

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

 a { background-color: rgb(113,115,38); }

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

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

 span { border-color: rgb(113,115,38); }

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