#717A28

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

Shades of Rain Forest #717A28

Tints of Rain Forest #717A28

Color information

#717A28 (or 0x717A28) is unknown color: approx Rain Forest. HEX triplet: 71, 7A and 28. RGB value is (113,122,40). Sum of RGB (Red+Green+Blue) = 113+122+40=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #717A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717A28 is #8E85D7. Grayscale: #6E6E6E. Windows color (decimal): -9340376 or 2652785. OLE color: 2652785.

HSL color Cylindrical-coordinate representation of color #717A28: hue angle of 66.59º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #717A28 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB11312240-
CMYK0.0700.670.52
HSL66.59º50.62%31.76%-
HSV(B)66.59º67.21%47.84%-
XYZ14.1517.584.66-
YUV109.9688.52130.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 122 (48.05% from 255) = 44.36%
BLUE value IS 40 (16.02% from 255) = 14.55%
R=41.09%
G=44.36%
B=14.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113122400.0700.670.5266.5950.6231.76
Hex717A28704334433320
Octal1611725070103641036340
Binary11100011111010101000111010000111101001000011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717A28; }

 p { color: rgb(113,122,40); }

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

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

 a { background-color: rgb(113,122,40); }

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

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

 span { border-color: rgb(113,122,40); }

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