Html Css Color HEX #608D55 Hippie Green

📋 copy color: '#608D55'

red 96 ◦ green 141 ◦ blue 85

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

Shades of Hippie Green #608D55

Tints of Hippie Green #608D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.79%

 BLUE value IS 85 (33.59% from 255) = 26.4%

R = 29.81%
G = 43.79%
B = 26.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#608D55 (or 0x608D55) is known color: Hippie Green. HEX triplet: 60, 8D and 55. RGB value is (96,141,85). Sum of RGB (Red+Green+Blue) = 96+141+85=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #608D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D55 is #9F72AA. Grayscale: #797979. Windows color (decimal): -10449579 or 5606752. OLE color: 5606752.

HSL color Cylindrical-coordinate representation of color #608D55: hue angle of 108.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #608D55 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 141 85 -
CMYK 0.32 0 0.40 0.45
HSL 108.21º 0.25% 0.44% -
HSV(B) 108.21º 0.4% 0.55% -
XYZ 15.99 22.19 12.04 -
YUV 121.16 107.59 110.05 -
System Red Green Blue C M Y K H S L
Decimal 96 141 85 0.32 0 0.40 0.45 108.21 0.25 0.44
Hex 60 8D 55 20 0 28 2D 6C 19 2C
Octal 140 215 125 40 0 50 55 154 31 54
Binary 1100000 10001101 1010101 100000 0 101000 101101 1101100 11001 101100

Color Harmonies of #608D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D55

Black with #608D55

Text Example


Text Example

White with #608D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608D55; }

 p { color: rgb(96,141,85); }

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

background-color css

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

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

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

border-color css

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

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

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