Html Css Color HEX #60964C Glade Green

📋 copy color: '#60964C'

red 96 ◦ green 150 ◦ blue 76

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

Shades of Glade Green #60964C

Tints of Glade Green #60964C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.58%

 BLUE value IS 76 (30.08% from 255) = 23.6%

R = 29.81%
G = 46.58%
B = 23.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#60964C (or 0x60964C) is known color: Glade Green. HEX triplet: 60, 96 and 4C. RGB value is (96,150,76). Sum of RGB (Red+Green+Blue) = 96+150+76=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #60964C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60964C is #9F69B3. Grayscale: #7D7D7D. Windows color (decimal): -10447284 or 5019232. OLE color: 5019232.

HSL color Cylindrical-coordinate representation of color #60964C: hue angle of 103.78º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60964C is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 150 76 -
CMYK 0.36 0 0.49 0.41
HSL 103.78º 0.33% 0.44% -
HSV(B) 103.78º 0.49% 0.59% -
XYZ 17.03 24.82 10.73 -
YUV 125.42 100.11 107.02 -
System Red Green Blue C M Y K H S L
Decimal 96 150 76 0.36 0 0.49 0.41 103.78 0.33 0.44
Hex 60 96 4C 24 0 31 29 68 21 2C
Octal 140 226 114 44 0 61 51 150 41 54
Binary 1100000 10010110 1001100 100100 0 110001 101001 1101000 100001 101100

Color Harmonies of #60964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60964C

Black with #60964C

Text Example


Text Example

White with #60964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60964C; }

 p { color: rgb(96,150,76); }

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

background-color css

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

 a { background-color: rgb(96,150,76); }

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

border-color css

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

 span { border-color: rgb(96,150,76); }

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