Html Css Color HEX #60875B Hippie Green

📋 copy color: '#60875B'

red 96 ◦ green 135 ◦ blue 91

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

Shades of Hippie Green #60875B

Tints of Hippie Green #60875B

RGB

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

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

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

R = 29.81%
G = 41.93%
B = 28.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#60875B (or 0x60875B) is known color: Hippie Green. HEX triplet: 60, 87 and 5B. RGB value is (96,135,91). Sum of RGB (Red+Green+Blue) = 96+135+91=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #60875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60875B is #9F78A4. Grayscale: #767676. Windows color (decimal): -10451109 or 5998432. OLE color: 5998432.

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

Color convert

RGB 96 135 91 -
CMYK 0.29 0 0.33 0.47
HSL 113.18º 0.19% 0.44% -
HSV(B) 113.18º 0.33% 0.53% -
XYZ 15.38 20.57 13.06 -
YUV 118.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 96 135 91 0.29 0 0.33 0.47 113.18 0.19 0.44
Hex 60 87 5B 1D 0 21 2F 71 13 2C
Octal 140 207 133 35 0 41 57 161 23 54
Binary 1100000 10000111 1011011 11101 0 100001 101111 1110001 10011 101100

Color Harmonies of #60875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60875B

Black with #60875B

Text Example


Text Example

White with #60875B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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