Html Css Color HEX #619C50 Hippie Green

📋 copy color: '#619C50'

red 97 ◦ green 156 ◦ blue 80

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

Shades of Hippie Green #619C50

Tints of Hippie Green #619C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.85%

 BLUE value IS 80 (31.64% from 255) = 24.02%

R = 29.13%
G = 46.85%
B = 24.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#619C50 (or 0x619C50) is known color: Hippie Green. HEX triplet: 61, 9C and 50. RGB value is (97,156,80). Sum of RGB (Red+Green+Blue) = 97+156+80=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #619C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C50 is #9E63AF. Grayscale: #818181. Windows color (decimal): -10380208 or 5282913. OLE color: 5282913.

HSL color Cylindrical-coordinate representation of color #619C50: hue angle of 106.58º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #619C50 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 156 80 -
CMYK 0.38 0 0.49 0.39
HSL 106.58º 0.32% 0.46% -
HSV(B) 106.58º 0.49% 0.61% -
XYZ 18.27 26.9 11.82 -
YUV 129.7 99.95 104.68 -
System Red Green Blue C M Y K H S L
Decimal 97 156 80 0.38 0 0.49 0.39 106.58 0.32 0.46
Hex 61 9C 50 26 0 31 27 6B 20 2E
Octal 141 234 120 46 0 61 47 153 40 56
Binary 1100001 10011100 1010000 100110 0 110001 100111 1101011 100000 101110

Color Harmonies of #619C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619C50

Black with #619C50

Text Example


Text Example

White with #619C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619C50; }

 p { color: rgb(97,156,80); }

 H1.HeaderClassName
 {
   color: #619C50;
 }
 .AnyTagClassName
 {
   color: #619C50;
 }
</style>

background-color css

<style>
 a { background-color: #619C50; }

 a { background-color: rgb(97,156,80); }

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

border-color css

<style>
 span { border-color: #619C50; }

 span { border-color: rgb(97,156,80); }

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