Html Css Color HEX #619552 Hippie Green

📋 copy color: '#619552'

red 97 ◦ green 149 ◦ blue 82

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

Shades of Hippie Green #619552

Tints of Hippie Green #619552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.43%

 BLUE value IS 82 (32.42% from 255) = 25%

R = 29.57%
G = 45.43%
B = 25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#619552 (or 0x619552) is known color: Hippie Green. HEX triplet: 61, 95 and 52. RGB value is (97,149,82). Sum of RGB (Red+Green+Blue) = 97+149+82=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #619552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619552 is #9E6AAD. Grayscale: #7E7E7E. Windows color (decimal): -10381998 or 5412193. OLE color: 5412193.

HSL color Cylindrical-coordinate representation of color #619552: hue angle of 106.57º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #619552 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 149 82 -
CMYK 0.35 0 0.45 0.42
HSL 106.57º 0.29% 0.45% -
HSV(B) 106.57º 0.45% 0.58% -
XYZ 17.2 24.65 11.83 -
YUV 125.81 103.27 107.45 -
System Red Green Blue C M Y K H S L
Decimal 97 149 82 0.35 0 0.45 0.42 106.57 0.29 0.45
Hex 61 95 52 23 0 2D 2A 6B 1D 2D
Octal 141 225 122 43 0 55 52 153 35 55
Binary 1100001 10010101 1010010 100011 0 101101 101010 1101011 11101 101101

Color Harmonies of #619552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619552

Black with #619552

Text Example


Text Example

White with #619552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619552; }

 p { color: rgb(97,149,82); }

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

background-color css

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

 a { background-color: rgb(97,149,82); }

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

border-color css

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

 span { border-color: rgb(97,149,82); }

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