Html Css Color HEX #619C5A Hippie Green

📋 copy color: '#619C5A'

red 97 ◦ green 156 ◦ blue 90

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

Shades of Hippie Green #619C5A

Tints of Hippie Green #619C5A

RGB

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

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

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

R = 28.28%
G = 45.48%
B = 26.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#619C5A (or 0x619C5A) is known color: Hippie Green. HEX triplet: 61, 9C and 5A. RGB value is (97,156,90). Sum of RGB (Red+Green+Blue) = 97+156+90=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #619C5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C5A is #9E63A5. Grayscale: #838383. Windows color (decimal): -10380198 or 5938273. OLE color: 5938273.

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

Color convert

RGB 97 156 90 -
CMYK 0.38 0 0.42 0.39
HSL 113.64º 0.27% 0.48% -
HSV(B) 113.64º 0.42% 0.61% -
XYZ 18.66 27.06 13.91 -
YUV 130.84 104.95 103.87 -
System Red Green Blue C M Y K H S L
Decimal 97 156 90 0.38 0 0.42 0.39 113.64 0.27 0.48
Hex 61 9C 5A 26 0 2A 27 72 1B 30
Octal 141 234 132 46 0 52 47 162 33 60
Binary 1100001 10011100 1011010 100110 0 101010 100111 1110010 11011 110000

Color Harmonies of #619C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619C5A

Black with #619C5A

Text Example


Text Example

White with #619C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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