Html Css Color HEX #60712F Rain Forest

📋 copy color: '#60712F'

red 96 ◦ green 113 ◦ blue 47

#60712F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rain Forest #60712F

Tints of Rain Forest #60712F

RGB

 RED value IS 96 (37.89% from 255) = 37.5%

 GREEN value IS 113 (44.53% from 255) = 44.14%

 BLUE value IS 47 (18.75% from 255) = 18.36%

R = 37.5%
G = 44.14%
B = 18.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#60712F (or 0x60712F) is known color: Rain Forest. HEX triplet: 60, 71 and 2F. RGB value is (96,113,47). Sum of RGB (Red+Green+Blue) = 96+113+47=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #60712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60712F is #9F8ED0. Grayscale: #646464. Windows color (decimal): -10456785 or 3109216. OLE color: 3109216.

HSL color Cylindrical-coordinate representation of color #60712F: hue angle of 75.45º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60712F is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 113 47 -
CMYK 0.15 0 0.58 0.56
HSL 75.45º 0.41% 0.31% -
HSV(B) 75.45º 0.58% 0.44% -
XYZ 11.24 14.5 4.9 -
YUV 100.39 97.87 124.87 -
System Red Green Blue C M Y K H S L
Decimal 96 113 47 0.15 0 0.58 0.56 75.45 0.41 0.31
Hex 60 71 2F F 0 3A 38 4B 29 1F
Octal 140 161 57 17 0 72 70 113 51 37
Binary 1100000 1110001 101111 1111 0 111010 111000 1001011 101001 11111

Color Harmonies of #60712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60712F

Black with #60712F

Text Example


Text Example

White with #60712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,113,47); }

 H1.HeaderClassName
 {
   color: #60712F;
 }
 .AnyTagClassName
 {
   color: #60712F;
 }
</style>

background-color css

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

 a { background-color: rgb(96,113,47); }

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

border-color css

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

 span { border-color: rgb(96,113,47); }

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