Html Css Color HEX #61895D Hippie Green

📋 copy color: '#61895D'

red 97 ◦ green 137 ◦ blue 93

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

Shades of Hippie Green #61895D

Tints of Hippie Green #61895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.9%

 BLUE value IS 93 (36.72% from 255) = 28.44%

R = 29.66%
G = 41.9%
B = 28.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#61895D (or 0x61895D) is known color: Hippie Green. HEX triplet: 61, 89 and 5D. RGB value is (97,137,93). Sum of RGB (Red+Green+Blue) = 97+137+93=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #61895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61895D is #9E76A2. Grayscale: #787878. Windows color (decimal): -10385059 or 6130017. OLE color: 6130017.

HSL color Cylindrical-coordinate representation of color #61895D: hue angle of 114.55º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61895D is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 137 93 -
CMYK 0.29 0 0.32 0.46
HSL 114.55º 0.19% 0.45% -
HSV(B) 114.55º 0.32% 0.54% -
XYZ 15.85 21.22 13.62 -
YUV 120.02 112.75 111.58 -
System Red Green Blue C M Y K H S L
Decimal 97 137 93 0.29 0 0.32 0.46 114.55 0.19 0.45
Hex 61 89 5D 1D 0 20 2E 73 13 2D
Octal 141 211 135 35 0 40 56 163 23 55
Binary 1100001 10001001 1011101 11101 0 100000 101110 1110011 10011 101101

Color Harmonies of #61895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61895D

Black with #61895D

Text Example


Text Example

White with #61895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61895D; }

 p { color: rgb(97,137,93); }

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

background-color css

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

 a { background-color: rgb(97,137,93); }

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

border-color css

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

 span { border-color: rgb(97,137,93); }

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