Html Css Color HEX #617C2A Rain Forest

📋 copy color: '#617C2A'

red 97 ◦ green 124 ◦ blue 42

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

Shades of Rain Forest #617C2A

Tints of Rain Forest #617C2A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.15%

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 36.88%
G = 47.15%
B = 15.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#617C2A (or 0x617C2A) is known color: Rain Forest. HEX triplet: 61, 7C and 2A. RGB value is (97,124,42). Sum of RGB (Red+Green+Blue) = 97+124+42=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #617C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617C2A is #9E83D5. Grayscale: #6A6A6A. Windows color (decimal): -10388438 or 2784353. OLE color: 2784353.

HSL color Cylindrical-coordinate representation of color #617C2A: hue angle of 79.76º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #617C2A is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 124 42 -
CMYK 0.22 0 0.66 0.51
HSL 79.76º 0.49% 0.33% -
HSV(B) 79.76º 0.66% 0.49% -
XYZ 12.56 17.12 4.83 -
YUV 106.58 91.55 121.17 -
System Red Green Blue C M Y K H S L
Decimal 97 124 42 0.22 0 0.66 0.51 79.76 0.49 0.33
Hex 61 7C 2A 16 0 42 33 50 31 21
Octal 141 174 52 26 0 102 63 120 61 41
Binary 1100001 1111100 101010 10110 0 1000010 110011 1010000 110001 100001

Color Harmonies of #617C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C2A

Black with #617C2A

Text Example


Text Example

White with #617C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617C2A; }

 p { color: rgb(97,124,42); }

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

background-color css

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

 a { background-color: rgb(97,124,42); }

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

border-color css

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

 span { border-color: rgb(97,124,42); }

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