Html Css Color HEX #60944A Glade Green

📋 copy color: '#60944A'

red 96 ◦ green 148 ◦ blue 74

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

Shades of Glade Green #60944A

Tints of Glade Green #60944A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.54%

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 30.19%
G = 46.54%
B = 23.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#60944A (or 0x60944A) is known color: Glade Green. HEX triplet: 60, 94 and 4A. RGB value is (96,148,74). Sum of RGB (Red+Green+Blue) = 96+148+74=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #60944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60944A is #9F6BB5. Grayscale: #7C7C7C. Windows color (decimal): -10447798 or 4887648. OLE color: 4887648.

HSL color Cylindrical-coordinate representation of color #60944A: hue angle of 102.16º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60944A is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 148 74 -
CMYK 0.35 0 0.50 0.42
HSL 102.16º 0.33% 0.44% -
HSV(B) 102.16º 0.5% 0.58% -
XYZ 16.65 24.16 10.26 -
YUV 124.02 99.77 108.02 -
System Red Green Blue C M Y K H S L
Decimal 96 148 74 0.35 0 0.50 0.42 102.16 0.33 0.44
Hex 60 94 4A 23 0 32 2A 66 21 2C
Octal 140 224 112 43 0 62 52 146 41 54
Binary 1100000 10010100 1001010 100011 0 110010 101010 1100110 100001 101100

Color Harmonies of #60944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60944A

Black with #60944A

Text Example


Text Example

White with #60944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60944A; }

 p { color: rgb(96,148,74); }

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

background-color css

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

 a { background-color: rgb(96,148,74); }

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

border-color css

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

 span { border-color: rgb(96,148,74); }

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