Html Css Color HEX #60994A Glade Green

📋 copy color: '#60994A'

red 96 ◦ green 153 ◦ blue 74

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

Shades of Glade Green #60994A

Tints of Glade Green #60994A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.37%

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

R = 29.72%
G = 47.37%
B = 22.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#60994A (or 0x60994A) is known color: Glade Green. HEX triplet: 60, 99 and 4A. RGB value is (96,153,74). Sum of RGB (Red+Green+Blue) = 96+153+74=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #60994A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60994A is #9F66B5. Grayscale: #7F7F7F. Windows color (decimal): -10446518 or 4888928. OLE color: 4888928.

HSL color Cylindrical-coordinate representation of color #60994A: hue angle of 103.29º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60994A is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 153 74 -
CMYK 0.37 0 0.52 0.4
HSL 103.29º 0.35% 0.45% -
HSV(B) 103.29º 0.52% 0.6% -
XYZ 17.45 25.76 10.53 -
YUV 126.95 98.12 105.92 -
System Red Green Blue C M Y K H S L
Decimal 96 153 74 0.37 0 0.52 0.4 103.29 0.35 0.45
Hex 60 99 4A 25 0 34 28 67 23 2D
Octal 140 231 112 45 0 64 50 147 43 55
Binary 1100000 10011001 1001010 100101 0 110100 101000 1100111 100011 101101

Color Harmonies of #60994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60994A

Black with #60994A

Text Example


Text Example

White with #60994A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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