Html Css Color HEX #61994C Hippie Green

📋 copy color: '#61994C'

red 97 ◦ green 153 ◦ blue 76

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

Shades of Hippie Green #61994C

Tints of Hippie Green #61994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.93%

 BLUE value IS 76 (30.08% from 255) = 23.31%

R = 29.75%
G = 46.93%
B = 23.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#61994C (or 0x61994C) is known color: Hippie Green. HEX triplet: 61, 99 and 4C. RGB value is (97,153,76). Sum of RGB (Red+Green+Blue) = 97+153+76=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #61994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61994C is #9E66B3. Grayscale: #7F7F7F. Windows color (decimal): -10380980 or 5020001. OLE color: 5020001.

HSL color Cylindrical-coordinate representation of color #61994C: hue angle of 103.64º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61994C is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 153 76 -
CMYK 0.37 0 0.50 0.4
HSL 103.64º 0.34% 0.45% -
HSV(B) 103.64º 0.5% 0.6% -
XYZ 17.63 25.85 10.9 -
YUV 127.48 98.95 106.26 -
System Red Green Blue C M Y K H S L
Decimal 97 153 76 0.37 0 0.50 0.4 103.64 0.34 0.45
Hex 61 99 4C 25 0 32 28 68 22 2D
Octal 141 231 114 45 0 62 50 150 42 55
Binary 1100001 10011001 1001100 100101 0 110010 101000 1101000 100010 101101

Color Harmonies of #61994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61994C

Black with #61994C

Text Example


Text Example

White with #61994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61994C; }

 p { color: rgb(97,153,76); }

 H1.HeaderClassName
 {
   color: #61994C;
 }
 .AnyTagClassName
 {
   color: #61994C;
 }
</style>

background-color css

<style>
 a { background-color: #61994C; }

 a { background-color: rgb(97,153,76); }

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

border-color css

<style>
 span { border-color: #61994C; }

 span { border-color: rgb(97,153,76); }

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