Html Css Color HEX #60855D Hippie Green

📋 copy color: '#60855D'

red 96 ◦ green 133 ◦ blue 93

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

Shades of Hippie Green #60855D

Tints of Hippie Green #60855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

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

R = 29.81%
G = 41.3%
B = 28.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#60855D (or 0x60855D) is known color: Hippie Green. HEX triplet: 60, 85 and 5D. RGB value is (96,133,93). Sum of RGB (Red+Green+Blue) = 96+133+93=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #60855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60855D is #9F7AA2. Grayscale: #757575. Windows color (decimal): -10451619 or 6128992. OLE color: 6128992.

HSL color Cylindrical-coordinate representation of color #60855D: hue angle of 115.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60855D is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 93 -
CMYK 0.28 0 0.30 0.48
HSL 115.5º 0.18% 0.44% -
HSV(B) 115.5º 0.3% 0.52% -
XYZ 15.19 20.05 13.43 -
YUV 117.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 96 133 93 0.28 0 0.30 0.48 115.5 0.18 0.44
Hex 60 85 5D 1C 0 1E 30 74 12 2C
Octal 140 205 135 34 0 36 60 164 22 54
Binary 1100000 10000101 1011101 11100 0 11110 110000 1110100 10010 101100

Color Harmonies of #60855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60855D

Black with #60855D

Text Example


Text Example

White with #60855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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