#717A3D

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

Shades of Rain Forest #717A3D

Tints of Rain Forest #717A3D

Color information

#717A3D (or 0x717A3D) is unknown color: approx Rain Forest. HEX triplet: 71, 7A and 3D. RGB value is (113,122,61). Sum of RGB (Red+Green+Blue) = 113+122+61=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #717A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717A3D is #8E85C2. Grayscale: #707070. Windows color (decimal): -9340355 or 4029041. OLE color: 4029041.

HSL color Cylindrical-coordinate representation of color #717A3D: hue angle of 68.85º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #717A3D is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB11312261-
CMYK0.0700.500.52
HSL68.85º33.33%35.88%-
HSV(B)68.85º50%47.84%-
XYZ14.6117.777.07-
YUV112.3599.02128.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=38.18%
G=41.22%
B=20.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113122610.0700.500.5268.8533.3335.88
Hex717A3D703234452124
Octal161172757062641054144
Binary1110001111101011110111101100101101001000101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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