#717730

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

Shades of Rain Forest #717730

Tints of Rain Forest #717730

Color information

#717730 (or 0x717730) is unknown color: approx Rain Forest. HEX triplet: 71, 77 and 30. RGB value is (113,119,48). Sum of RGB (Red+Green+Blue) = 113+119+48=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #717730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717730 is #8E88CF. Grayscale: #6D6D6D. Windows color (decimal): -9341136 or 3176305. OLE color: 3176305.

HSL color Cylindrical-coordinate representation of color #717730: hue angle of 65.07º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #717730 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB11311948-
CMYK0.0500.600.53
HSL65.07º42.51%32.75%-
HSV(B)65.07º59.66%46.67%-
XYZ13.9416.925.33-
YUV109.1193.51130.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 119 (46.88% from 255) = 42.5%
BLUE value IS 48 (19.14% from 255) = 17.14%
R=40.36%
G=42.5%
B=17.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119480.0500.600.5365.0742.5132.75
Hex717730503C35412b21
Octal161167605074651015341
Binary1110001111011111000010101111001101011000001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717730; }

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

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

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

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

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

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

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

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