Html Css Color HEX #608461 Hippie Green

📋 copy color: '#608461'

red 96 ◦ green 132 ◦ blue 97

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

Shades of Hippie Green #608461

Tints of Hippie Green #608461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.62%

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

R = 29.54%
G = 40.62%
B = 29.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#608461 (or 0x608461) is known color: Hippie Green. HEX triplet: 60, 84 and 61. RGB value is (96,132,97). Sum of RGB (Red+Green+Blue) = 96+132+97=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #608461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608461 is #9F7B9E. Grayscale: #757575. Windows color (decimal): -10451871 or 6390880. OLE color: 6390880.

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

Color convert

RGB 96 132 97 -
CMYK 0.27 0 0.27 0.48
HSL 121.67º 0.16% 0.45% -
HSV(B) 121.67º 0.27% 0.52% -
XYZ 15.23 19.85 14.34 -
YUV 117.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 96 132 97 0.27 0 0.27 0.48 121.67 0.16 0.45
Hex 60 84 61 1B 0 1B 30 7A 10 2D
Octal 140 204 141 33 0 33 60 172 20 55
Binary 1100000 10000100 1100001 11011 0 11011 110000 1111010 10000 101101

Color Harmonies of #608461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608461

Black with #608461

Text Example


Text Example

White with #608461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608461; }

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

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

background-color css

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

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

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

border-color css

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

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

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