Html Css Color HEX #60995E Hippie Green

📋 copy color: '#60995E'

red 96 ◦ green 153 ◦ blue 94

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

Shades of Hippie Green #60995E

Tints of Hippie Green #60995E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.41%

R = 27.99%
G = 44.61%
B = 27.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#60995E (or 0x60995E) is known color: Hippie Green. HEX triplet: 60, 99 and 5E. RGB value is (96,153,94). Sum of RGB (Red+Green+Blue) = 96+153+94=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #60995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60995E is #9F66A1. Grayscale: #818181. Windows color (decimal): -10446498 or 6199648. OLE color: 6199648.

HSL color Cylindrical-coordinate representation of color #60995E: hue angle of 117.97º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60995E is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 153 94 -
CMYK 0.37 0 0.39 0.4
HSL 117.97º 0.24% 0.48% -
HSV(B) 117.97º 0.39% 0.6% -
XYZ 18.24 26.08 14.66 -
YUV 129.23 108.12 104.3 -
System Red Green Blue C M Y K H S L
Decimal 96 153 94 0.37 0 0.39 0.4 117.97 0.24 0.48
Hex 60 99 5E 25 0 27 28 76 18 30
Octal 140 231 136 45 0 47 50 166 30 60
Binary 1100000 10011001 1011110 100101 0 100111 101000 1110110 11000 110000

Color Harmonies of #60995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60995E

Black with #60995E

Text Example


Text Example

White with #60995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60995E; }

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

 H1.HeaderClassName
 {
   color: #60995E;
 }
 .AnyTagClassName
 {
   color: #60995E;
 }
</style>

background-color css

<style>
 a { background-color: #60995E; }

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

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

border-color css

<style>
 span { border-color: #60995E; }

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

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