Html Css Color HEX #617130 Rain Forest

📋 copy color: '#617130'

red 97 ◦ green 113 ◦ blue 48

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

Shades of Rain Forest #617130

Tints of Rain Forest #617130

RGB

 RED value IS 97 (38.28% from 255) = 37.6%

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

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 37.6%
G = 43.8%
B = 18.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#617130 (or 0x617130) is known color: Rain Forest. HEX triplet: 61, 71 and 30. RGB value is (97,113,48). Sum of RGB (Red+Green+Blue) = 97+113+48=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #617130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617130 is #9E8ECF. Grayscale: #656565. Windows color (decimal): -10391248 or 3174753. OLE color: 3174753.

HSL color Cylindrical-coordinate representation of color #617130: hue angle of 74.77º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #617130 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 113 48 -
CMYK 0.14 0 0.58 0.56
HSL 74.77º 0.4% 0.32% -
HSV(B) 74.77º 0.58% 0.44% -
XYZ 11.37 14.57 5.01 -
YUV 100.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 97 113 48 0.14 0 0.58 0.56 74.77 0.4 0.32
Hex 61 71 30 E 0 3A 38 4B 28 20
Octal 141 161 60 16 0 72 70 113 50 40
Binary 1100001 1110001 110000 1110 0 111010 111000 1001011 101000 100000

Color Harmonies of #617130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617130

Black with #617130

Text Example


Text Example

White with #617130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617130; }

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

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

background-color css

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

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

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

border-color css

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

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

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