Html Css Color HEX #619C5D Hippie Green

📋 copy color: '#619C5D'

red 97 ◦ green 156 ◦ blue 93

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

Shades of Hippie Green #619C5D

Tints of Hippie Green #619C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 28.03%
G = 45.09%
B = 26.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#619C5D (or 0x619C5D) is known color: Hippie Green. HEX triplet: 61, 9C and 5D. RGB value is (97,156,93). Sum of RGB (Red+Green+Blue) = 97+156+93=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #619C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C5D is #9E63A2. Grayscale: #838383. Windows color (decimal): -10380195 or 6134881. OLE color: 6134881.

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

Color convert

RGB 97 156 93 -
CMYK 0.38 0 0.40 0.39
HSL 116.19º 0.25% 0.49% -
HSV(B) 116.19º 0.4% 0.61% -
XYZ 18.79 27.11 14.6 -
YUV 131.18 106.45 103.62 -
System Red Green Blue C M Y K H S L
Decimal 97 156 93 0.38 0 0.40 0.39 116.19 0.25 0.49
Hex 61 9C 5D 26 0 28 27 74 19 31
Octal 141 234 135 46 0 50 47 164 31 61
Binary 1100001 10011100 1011101 100110 0 101000 100111 1110100 11001 110001

Color Harmonies of #619C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619C5D

Black with #619C5D

Text Example


Text Example

White with #619C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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