Html Css Color HEX #61885A Hippie Green

📋 copy color: '#61885A'

red 97 ◦ green 136 ◦ blue 90

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

Shades of Hippie Green #61885A

Tints of Hippie Green #61885A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.11%

 BLUE value IS 90 (35.55% from 255) = 27.86%

R = 30.03%
G = 42.11%
B = 27.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#61885A (or 0x61885A) is known color: Hippie Green. HEX triplet: 61, 88 and 5A. RGB value is (97,136,90). Sum of RGB (Red+Green+Blue) = 97+136+90=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #61885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61885A is #9E77A5. Grayscale: #777777. Windows color (decimal): -10385318 or 5933153. OLE color: 5933153.

HSL color Cylindrical-coordinate representation of color #61885A: hue angle of 110.87º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61885A is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 136 90 -
CMYK 0.29 0 0.34 0.47
HSL 110.87º 0.2% 0.44% -
HSV(B) 110.87º 0.34% 0.53% -
XYZ 15.58 20.89 12.88 -
YUV 119.1 111.58 112.24 -
System Red Green Blue C M Y K H S L
Decimal 97 136 90 0.29 0 0.34 0.47 110.87 0.2 0.44
Hex 61 88 5A 1D 0 22 2F 6F 14 2C
Octal 141 210 132 35 0 42 57 157 24 54
Binary 1100001 10001000 1011010 11101 0 100010 101111 1101111 10100 101100

Color Harmonies of #61885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61885A

Black with #61885A

Text Example


Text Example

White with #61885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61885A; }

 p { color: rgb(97,136,90); }

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

background-color css

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

 a { background-color: rgb(97,136,90); }

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

border-color css

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

 span { border-color: rgb(97,136,90); }

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