Html Css Color HEX #60955E Hippie Green

📋 copy color: '#60955E'

red 96 ◦ green 149 ◦ blue 94

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

Shades of Hippie Green #60955E

Tints of Hippie Green #60955E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.95%

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

R = 28.32%
G = 43.95%
B = 27.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#60955E (or 0x60955E) is known color: Hippie Green. HEX triplet: 60, 95 and 5E. RGB value is (96,149,94). Sum of RGB (Red+Green+Blue) = 96+149+94=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #60955E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60955E is #9F6AA1. Grayscale: #7F7F7F. Windows color (decimal): -10447522 or 6198624. OLE color: 6198624.

HSL color Cylindrical-coordinate representation of color #60955E: hue angle of 117.82º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60955E is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 149 94 -
CMYK 0.36 0 0.37 0.42
HSL 117.82º 0.23% 0.48% -
HSV(B) 117.82º 0.37% 0.58% -
XYZ 17.59 24.79 14.45 -
YUV 126.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 96 149 94 0.36 0 0.37 0.42 117.82 0.23 0.48
Hex 60 95 5E 24 0 25 2A 76 17 30
Octal 140 225 136 44 0 45 52 166 27 60
Binary 1100000 10010101 1011110 100100 0 100101 101010 1110110 10111 110000

Color Harmonies of #60955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60955E

Black with #60955E

Text Example


Text Example

White with #60955E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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