Html Css Color HEX #60994D Hippie Green

📋 copy color: '#60994D'

red 96 ◦ green 153 ◦ blue 77

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

Shades of Hippie Green #60994D

Tints of Hippie Green #60994D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.62%

R = 29.45%
G = 46.93%
B = 23.62%

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

#60994D (or 0x60994D) is known color: Hippie Green. HEX triplet: 60, 99 and 4D. RGB value is (96,153,77). Sum of RGB (Red+Green+Blue) = 96+153+77=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #60994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60994D is #9F66B2. Grayscale: #7F7F7F. Windows color (decimal): -10446515 or 5085536. OLE color: 5085536.

HSL color Cylindrical-coordinate representation of color #60994D: hue angle of 105º degrees, saturation: 0.33, 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 #60994D is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 153 77 -
CMYK 0.37 0 0.50 0.4
HSL 105º 0.33% 0.45% -
HSV(B) 105º 0.5% 0.6% -
XYZ 17.55 25.81 11.08 -
YUV 127.29 99.62 105.68 -
System Red Green Blue C M Y K H S L
Decimal 96 153 77 0.37 0 0.50 0.4 105 0.33 0.45
Hex 60 99 4D 25 0 32 28 69 21 2D
Octal 140 231 115 45 0 62 50 151 41 55
Binary 1100000 10011001 1001101 100101 0 110010 101000 1101001 100001 101101

Color Harmonies of #60994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60994D

Black with #60994D

Text Example


Text Example

White with #60994D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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