Html Css Color HEX #608161 Hippie Green

📋 copy color: '#608161'

red 96 ◦ green 129 ◦ blue 97

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

Shades of Hippie Green #608161

Tints of Hippie Green #608161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.06%

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

R = 29.81%
G = 40.06%
B = 30.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#608161 (or 0x608161) is known color: Hippie Green. HEX triplet: 60, 81 and 61. RGB value is (96,129,97). Sum of RGB (Red+Green+Blue) = 96+129+97=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #608161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608161 is #9F7E9E. Grayscale: #737373. Windows color (decimal): -10452639 or 6390112. OLE color: 6390112.

HSL color Cylindrical-coordinate representation of color #608161: hue angle of 121.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #608161 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 129 97 -
CMYK 0.26 0 0.25 0.49
HSL 121.82º 0.15% 0.44% -
HSV(B) 121.82º 0.26% 0.51% -
XYZ 14.83 19.05 14.2 -
YUV 115.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 96 129 97 0.26 0 0.25 0.49 121.82 0.15 0.44
Hex 60 81 61 1A 0 19 31 7A F 2C
Octal 140 201 141 32 0 31 61 172 17 54
Binary 1100000 10000001 1100001 11010 0 11001 110001 1111010 1111 101100

Color Harmonies of #608161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608161

Black with #608161

Text Example


Text Example

White with #608161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608161; }

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

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

background-color css

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

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

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

border-color css

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

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

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