Html Css Color HEX #619150 Glade Green

📋 copy color: '#619150'

red 97 ◦ green 145 ◦ blue 80

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

Shades of Glade Green #619150

Tints of Glade Green #619150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.03%

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

R = 30.12%
G = 45.03%
B = 24.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#619150 (or 0x619150) is known color: Glade Green. HEX triplet: 61, 91 and 50. RGB value is (97,145,80). Sum of RGB (Red+Green+Blue) = 97+145+80=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #619150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619150 is #9E6EAF. Grayscale: #7B7B7B. Windows color (decimal): -10383024 or 5280097. OLE color: 5280097.

HSL color Cylindrical-coordinate representation of color #619150: hue angle of 104.31º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #619150 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 145 80 -
CMYK 0.33 0 0.45 0.43
HSL 104.31º 0.29% 0.44% -
HSV(B) 104.31º 0.45% 0.57% -
XYZ 16.5 23.37 11.23 -
YUV 123.24 103.6 109.29 -
System Red Green Blue C M Y K H S L
Decimal 97 145 80 0.33 0 0.45 0.43 104.31 0.29 0.44
Hex 61 91 50 21 0 2D 2B 68 1D 2C
Octal 141 221 120 41 0 55 53 150 35 54
Binary 1100001 10010001 1010000 100001 0 101101 101011 1101000 11101 101100

Color Harmonies of #619150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619150

Black with #619150

Text Example


Text Example

White with #619150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619150; }

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

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

background-color css

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

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

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

border-color css

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

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

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