Html Css Color HEX #60994C Hippie Green

📋 copy color: '#60994C'

red 96 ◦ green 153 ◦ blue 76

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

Shades of Hippie Green #60994C

Tints of Hippie Green #60994C

RGB

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

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

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

R = 29.54%
G = 47.08%
B = 23.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#60994C (or 0x60994C) is known color: Hippie Green. HEX triplet: 60, 99 and 4C. RGB value is (96,153,76). Sum of RGB (Red+Green+Blue) = 96+153+76=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #60994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60994C is #9F66B3. Grayscale: #7F7F7F. Windows color (decimal): -10446516 or 5020000. OLE color: 5020000.

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

Color convert

RGB 96 153 76 -
CMYK 0.37 0 0.50 0.4
HSL 104.42º 0.34% 0.45% -
HSV(B) 104.42º 0.5% 0.6% -
XYZ 17.52 25.79 10.89 -
YUV 127.18 99.12 105.76 -
System Red Green Blue C M Y K H S L
Decimal 96 153 76 0.37 0 0.50 0.4 104.42 0.34 0.45
Hex 60 99 4C 25 0 32 28 68 22 2D
Octal 140 231 114 45 0 62 50 150 42 55
Binary 1100000 10011001 1001100 100101 0 110010 101000 1101000 100010 101101

Color Harmonies of #60994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60994C

Black with #60994C

Text Example


Text Example

White with #60994C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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