Html Css Color HEX #60875D Hippie Green

📋 copy color: '#60875D'

red 96 ◦ green 135 ◦ blue 93

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

Shades of Hippie Green #60875D

Tints of Hippie Green #60875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

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

R = 29.63%
G = 41.67%
B = 28.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#60875D (or 0x60875D) is known color: Hippie Green. HEX triplet: 60, 87 and 5D. RGB value is (96,135,93). Sum of RGB (Red+Green+Blue) = 96+135+93=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #60875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60875D is #9F78A2. Grayscale: #767676. Windows color (decimal): -10451107 or 6129504. OLE color: 6129504.

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

Color convert

RGB 96 135 93 -
CMYK 0.29 0 0.31 0.47
HSL 115.71º 0.18% 0.45% -
HSV(B) 115.71º 0.31% 0.53% -
XYZ 15.46 20.61 13.52 -
YUV 118.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 96 135 93 0.29 0 0.31 0.47 115.71 0.18 0.45
Hex 60 87 5D 1D 0 1F 2F 74 12 2D
Octal 140 207 135 35 0 37 57 164 22 55
Binary 1100000 10000111 1011101 11101 0 11111 101111 1110100 10010 101101

Color Harmonies of #60875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60875D

Black with #60875D

Text Example


Text Example

White with #60875D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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