Html Css Color HEX #60865F Hippie Green

📋 copy color: '#60865F'

red 96 ◦ green 134 ◦ blue 95

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

Shades of Hippie Green #60865F

Tints of Hippie Green #60865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.23%

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

R = 29.54%
G = 41.23%
B = 29.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#60865F (or 0x60865F) is known color: Hippie Green. HEX triplet: 60, 86 and 5F. RGB value is (96,134,95). Sum of RGB (Red+Green+Blue) = 96+134+95=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #60865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60865F is #9F79A0. Grayscale: #767676. Windows color (decimal): -10451361 or 6260320. OLE color: 6260320.

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

Color convert

RGB 96 134 95 -
CMYK 0.28 0 0.29 0.47
HSL 118.46º 0.17% 0.45% -
HSV(B) 118.46º 0.29% 0.53% -
XYZ 15.41 20.36 13.94 -
YUV 118.19 114.91 112.17 -
System Red Green Blue C M Y K H S L
Decimal 96 134 95 0.28 0 0.29 0.47 118.46 0.17 0.45
Hex 60 86 5F 1C 0 1D 2F 76 11 2D
Octal 140 206 137 34 0 35 57 166 21 55
Binary 1100000 10000110 1011111 11100 0 11101 101111 1110110 10001 101101

Color Harmonies of #60865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60865F

Black with #60865F

Text Example


Text Example

White with #60865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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