Html Css Color HEX #61885E Hippie Green

📋 copy color: '#61885E'

red 97 ◦ green 136 ◦ blue 94

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

Shades of Hippie Green #61885E

Tints of Hippie Green #61885E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 29.66%
G = 41.59%
B = 28.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#61885E (or 0x61885E) is known color: Hippie Green. HEX triplet: 61, 88 and 5E. RGB value is (97,136,94). Sum of RGB (Red+Green+Blue) = 97+136+94=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #61885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61885E is #9E77A1. Grayscale: #777777. Windows color (decimal): -10385314 or 6195297. OLE color: 6195297.

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

Color convert

RGB 97 136 94 -
CMYK 0.29 0 0.31 0.47
HSL 115.71º 0.18% 0.45% -
HSV(B) 115.71º 0.31% 0.53% -
XYZ 15.75 20.96 13.8 -
YUV 119.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 97 136 94 0.29 0 0.31 0.47 115.71 0.18 0.45
Hex 61 88 5E 1D 0 1F 2F 74 12 2D
Octal 141 210 136 35 0 37 57 164 22 55
Binary 1100001 10001000 1011110 11101 0 11111 101111 1110100 10010 101101

Color Harmonies of #61885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61885E

Black with #61885E

Text Example


Text Example

White with #61885E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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