#717333

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

Shades of Olivetone #717333

Tints of Olivetone #717333

Color information

#717333 (or 0x717333) is unknown color: approx Olivetone. HEX triplet: 71, 73 and 33. RGB value is (113,115,51). Sum of RGB (Red+Green+Blue) = 113+115+51=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #717333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717333 is #8E8CCC. Grayscale: #6B6B6B. Windows color (decimal): -9342157 or 3371889. OLE color: 3371889.

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

Color convert

RGB11311551-
CMYK0.0200.560.55
HSL61.88º38.55%32.55%-
HSV(B)61.88º55.65%45.1%-
XYZ13.5416.015.51-
YUV107.1196.34132.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 51 (20.31% from 255) = 18.28%
R=40.50%
G=41.22%
B=18.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113115510.0200.560.5561.8838.5532.55
Hex7173332038373e2721
Octal16116363207067764741
Binary11100011110011110011100111000110111111110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717333; }

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

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

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

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

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

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

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

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