Html Css Color HEX #60885F Hippie Green

📋 copy color: '#60885F'

red 96 ◦ green 136 ◦ blue 95

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

Shades of Hippie Green #60885F

Tints of Hippie Green #60885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.59%

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 29.36%
G = 41.59%
B = 29.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#60885F (or 0x60885F) is known color: Hippie Green. HEX triplet: 60, 88 and 5F. RGB value is (96,136,95). Sum of RGB (Red+Green+Blue) = 96+136+95=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #60885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60885F is #9F77A0. Grayscale: #777777. Windows color (decimal): -10450849 or 6260832. OLE color: 6260832.

HSL color Cylindrical-coordinate representation of color #60885F: hue angle of 118.54º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60885F is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 136 95 -
CMYK 0.29 0 0.30 0.47
HSL 118.54º 0.18% 0.45% -
HSV(B) 118.54º 0.3% 0.53% -
XYZ 15.69 20.92 14.04 -
YUV 119.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 96 136 95 0.29 0 0.30 0.47 118.54 0.18 0.45
Hex 60 88 5F 1D 0 1E 2F 77 12 2D
Octal 140 210 137 35 0 36 57 167 22 55
Binary 1100000 10001000 1011111 11101 0 11110 101111 1110111 10010 101101

Color Harmonies of #60885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60885F

Black with #60885F

Text Example


Text Example

White with #60885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60885F; }

 p { color: rgb(96,136,95); }

 H1.HeaderClassName
 {
   color: #60885F;
 }
 .AnyTagClassName
 {
   color: #60885F;
 }
</style>

background-color css

<style>
 a { background-color: #60885F; }

 a { background-color: rgb(96,136,95); }

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

border-color css

<style>
 span { border-color: #60885F; }

 span { border-color: rgb(96,136,95); }

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