Html Css Color HEX #609050 Glade Green

📋 copy color: '#609050'

red 96 ◦ green 144 ◦ blue 80

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

Shades of Glade Green #609050

Tints of Glade Green #609050

RGB

 RED value IS 96 (37.89% from 255) = 30%

 GREEN value IS 144 (56.64% from 255) = 45%

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

R = 30%
G = 45%
B = 25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#609050 (or 0x609050) is known color: Glade Green. HEX triplet: 60, 90 and 50. RGB value is (96,144,80). Sum of RGB (Red+Green+Blue) = 96+144+80=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #609050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609050 is #9F6FAF. Grayscale: #7A7A7A. Windows color (decimal): -10448816 or 5279840. OLE color: 5279840.

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

Color convert

RGB 96 144 80 -
CMYK 0.33 0 0.44 0.44
HSL 105º 0.29% 0.44% -
HSV(B) 105º 0.44% 0.56% -
XYZ 16.25 23.01 11.18 -
YUV 122.35 104.1 109.2 -
System Red Green Blue C M Y K H S L
Decimal 96 144 80 0.33 0 0.44 0.44 105 0.29 0.44
Hex 60 90 50 21 0 2C 2C 69 1D 2C
Octal 140 220 120 41 0 54 54 151 35 54
Binary 1100000 10010000 1010000 100001 0 101100 101100 1101001 11101 101100

Color Harmonies of #609050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609050

Black with #609050

Text Example


Text Example

White with #609050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609050; }

 p { color: rgb(96,144,80); }

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

background-color css

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

 a { background-color: rgb(96,144,80); }

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

border-color css

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

 span { border-color: rgb(96,144,80); }

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