Html Css Color HEX #608560 Hippie Green

📋 copy color: '#608560'

red 96 ◦ green 133 ◦ blue 96

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

Shades of Hippie Green #608560

Tints of Hippie Green #608560

RGB

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

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

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

R = 29.54%
G = 40.92%
B = 29.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#608560 (or 0x608560) is known color: Hippie Green. HEX triplet: 60, 85 and 60. RGB value is (96,133,96). Sum of RGB (Red+Green+Blue) = 96+133+96=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #608560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608560 is #9F7A9F. Grayscale: #757575. Windows color (decimal): -10451616 or 6325600. OLE color: 6325600.

HSL color Cylindrical-coordinate representation of color #608560: hue angle of 120º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608560 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 96 -
CMYK 0.28 0 0.28 0.48
HSL 120º 0.16% 0.45% -
HSV(B) 120º 0.28% 0.52% -
XYZ 15.32 20.11 14.14 -
YUV 117.72 115.74 112.51 -
System Red Green Blue C M Y K H S L
Decimal 96 133 96 0.28 0 0.28 0.48 120 0.16 0.45
Hex 60 85 60 1C 0 1C 30 78 10 2D
Octal 140 205 140 34 0 34 60 170 20 55
Binary 1100000 10000101 1100000 11100 0 11100 110000 1111000 10000 101101

Color Harmonies of #608560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608560

Black with #608560

Text Example


Text Example

White with #608560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608560; }

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

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

background-color css

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

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

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

border-color css

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

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

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