Html Css Color HEX #608D61 Hippie Green

📋 copy color: '#608D61'

red 96 ◦ green 141 ◦ blue 97

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

Shades of Hippie Green #608D61

Tints of Hippie Green #608D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 28.74%
G = 42.22%
B = 29.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#608D61 (or 0x608D61) is known color: Hippie Green. HEX triplet: 60, 8D and 61. RGB value is (96,141,97). Sum of RGB (Red+Green+Blue) = 96+141+97=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #608D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D61 is #9F729E. Grayscale: #7A7A7A. Windows color (decimal): -10449567 or 6393184. OLE color: 6393184.

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

Color convert

RGB 96 141 97 -
CMYK 0.32 0 0.31 0.45
HSL 121.33º 0.19% 0.46% -
HSV(B) 121.33º 0.32% 0.55% -
XYZ 16.51 22.4 14.76 -
YUV 122.53 113.59 109.08 -
System Red Green Blue C M Y K H S L
Decimal 96 141 97 0.32 0 0.31 0.45 121.33 0.19 0.46
Hex 60 8D 61 20 0 1F 2D 79 13 2E
Octal 140 215 141 40 0 37 55 171 23 56
Binary 1100000 10001101 1100001 100000 0 11111 101101 1111001 10011 101110

Color Harmonies of #608D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D61

Black with #608D61

Text Example


Text Example

White with #608D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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