Html Css Color HEX #608D58 Hippie Green

📋 copy color: '#608D58'

red 96 ◦ green 141 ◦ blue 88

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

Shades of Hippie Green #608D58

Tints of Hippie Green #608D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 29.54%
G = 43.38%
B = 27.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#608D58 (or 0x608D58) is known color: Hippie Green. HEX triplet: 60, 8D and 58. RGB value is (96,141,88). Sum of RGB (Red+Green+Blue) = 96+141+88=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #608D58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D58 is #9F72A7. Grayscale: #797979. Windows color (decimal): -10449576 or 5803360. OLE color: 5803360.

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

Color convert

RGB 96 141 88 -
CMYK 0.32 0 0.38 0.45
HSL 110.94º 0.23% 0.45% -
HSV(B) 110.94º 0.38% 0.55% -
XYZ 16.11 22.24 12.68 -
YUV 121.5 109.09 109.81 -
System Red Green Blue C M Y K H S L
Decimal 96 141 88 0.32 0 0.38 0.45 110.94 0.23 0.45
Hex 60 8D 58 20 0 26 2D 6F 17 2D
Octal 140 215 130 40 0 46 55 157 27 55
Binary 1100000 10001101 1011000 100000 0 100110 101101 1101111 10111 101101

Color Harmonies of #608D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D58

Black with #608D58

Text Example


Text Example

White with #608D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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