Html Css Color HEX #60955D Hippie Green

📋 copy color: '#60955D'

red 96 ◦ green 149 ◦ blue 93

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

Shades of Hippie Green #60955D

Tints of Hippie Green #60955D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 28.4%
G = 44.08%
B = 27.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#60955D (or 0x60955D) is known color: Hippie Green. HEX triplet: 60, 95 and 5D. RGB value is (96,149,93). Sum of RGB (Red+Green+Blue) = 96+149+93=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #60955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60955D is #9F6AA2. Grayscale: #7E7E7E. Windows color (decimal): -10447523 or 6133088. OLE color: 6133088.

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

Color convert

RGB 96 149 93 -
CMYK 0.36 0 0.38 0.42
HSL 116.79º 0.23% 0.47% -
HSV(B) 116.79º 0.38% 0.58% -
XYZ 17.55 24.77 14.21 -
YUV 126.77 108.94 106.05 -
System Red Green Blue C M Y K H S L
Decimal 96 149 93 0.36 0 0.38 0.42 116.79 0.23 0.47
Hex 60 95 5D 24 0 26 2A 75 17 2F
Octal 140 225 135 44 0 46 52 165 27 57
Binary 1100000 10010101 1011101 100100 0 100110 101010 1110101 10111 101111

Color Harmonies of #60955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60955D

Black with #60955D

Text Example


Text Example

White with #60955D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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