Html Css Color HEX #60895B Hippie Green

📋 copy color: '#60895B'

red 96 ◦ green 137 ◦ blue 91

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

Shades of Hippie Green #60895B

Tints of Hippie Green #60895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.28%

 BLUE value IS 91 (35.94% from 255) = 28.09%

R = 29.63%
G = 42.28%
B = 28.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#60895B (or 0x60895B) is known color: Hippie Green. HEX triplet: 60, 89 and 5B. RGB value is (96,137,91). Sum of RGB (Red+Green+Blue) = 96+137+91=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #60895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60895B is #9F76A4. Grayscale: #777777. Windows color (decimal): -10450597 or 5998944. OLE color: 5998944.

HSL color Cylindrical-coordinate representation of color #60895B: hue angle of 113.48º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60895B is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 91 -
CMYK 0.30 0 0.34 0.46
HSL 113.48º 0.2% 0.45% -
HSV(B) 113.48º 0.34% 0.54% -
XYZ 15.66 21.13 13.15 -
YUV 119.5 111.92 111.24 -
System Red Green Blue C M Y K H S L
Decimal 96 137 91 0.30 0 0.34 0.46 113.48 0.2 0.45
Hex 60 89 5B 1E 0 22 2E 71 14 2D
Octal 140 211 133 36 0 42 56 161 24 55
Binary 1100000 10001001 1011011 11110 0 100010 101110 1110001 10100 101101

Color Harmonies of #60895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60895B

Black with #60895B

Text Example


Text Example

White with #60895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60895B; }

 p { color: rgb(96,137,91); }

 H1.HeaderClassName
 {
   color: #60895B;
 }
 .AnyTagClassName
 {
   color: #60895B;
 }
</style>

background-color css

<style>
 a { background-color: #60895B; }

 a { background-color: rgb(96,137,91); }

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

border-color css

<style>
 span { border-color: #60895B; }

 span { border-color: rgb(96,137,91); }

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