#61742F

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

Shades of Rain Forest #61742F

Tints of Rain Forest #61742F

Color information

#61742F (or 0x61742F) is unknown color: approx Rain Forest. HEX triplet: 61, 74 and 2F. RGB value is (97,116,47). Sum of RGB (Red+Green+Blue) = 97+116+47=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #61742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61742F is #9E8BD0. Grayscale: #666666. Windows color (decimal): -10390481 or 3109985. OLE color: 3109985.

HSL color Cylindrical-coordinate representation of color #61742F: hue angle of 76.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61742F is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB9711647-
CMYK0.1600.590.55
HSL76.52º42.33%31.96%-
HSV(B)76.52º59.48%45.49%-
XYZ11.6915.245.01-
YUV102.4596.71124.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.31%
GREEN value IS 116 (45.70% from 255) = 44.62%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=37.31%
G=44.62%
B=18.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97116470.1600.590.5576.5242.3331.96
Hex61742F1003B374d2a20
Octal1411645720073671155240
Binary110000111101001011111000001110111101111001101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61742F; }

 p { color: rgb(97,116,47); }

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

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

 a { background-color: rgb(97,116,47); }

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

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

 span { border-color: rgb(97,116,47); }

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