Html Css Color HEX #616D30 Rain Forest

📋 copy color: '#616D30'

red 97 ◦ green 109 ◦ blue 48

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

Shades of Rain Forest #616D30

Tints of Rain Forest #616D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.91%

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

R = 38.19%
G = 42.91%
B = 18.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#616D30 (or 0x616D30) is known color: Rain Forest. HEX triplet: 61, 6D and 30. RGB value is (97,109,48). Sum of RGB (Red+Green+Blue) = 97+109+48=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 109 - color contains mainly: green. Hex color #616D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616D30 is #9E92CF. Grayscale: #626262. Windows color (decimal): -10392272 or 3173729. OLE color: 3173729.

HSL color Cylindrical-coordinate representation of color #616D30: hue angle of 71.8º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616D30 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 109 48 -
CMYK 0.11 0 0.56 0.57
HSL 71.8º 0.39% 0.31% -
HSV(B) 71.8º 0.56% 0.43% -
XYZ 10.93 13.69 4.86 -
YUV 98.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 97 109 48 0.11 0 0.56 0.57 71.8 0.39 0.31
Hex 61 6D 30 B 0 38 39 48 27 1F
Octal 141 155 60 13 0 70 71 110 47 37
Binary 1100001 1101101 110000 1011 0 111000 111001 1001000 100111 11111

Color Harmonies of #616D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616D30

Black with #616D30

Text Example


Text Example

White with #616D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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