Html Css Color HEX #608460 Hippie Green

📋 copy color: '#608460'

red 96 ◦ green 132 ◦ blue 96

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

Shades of Hippie Green #608460

Tints of Hippie Green #608460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 29.63%
G = 40.74%
B = 29.63%

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

#608460 (or 0x608460) is known color: Hippie Green. HEX triplet: 60, 84 and 60. RGB value is (96,132,96). Sum of RGB (Red+Green+Blue) = 96+132+96=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #608460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608460 is #9F7B9F. Grayscale: #757575. Windows color (decimal): -10451872 or 6325344. OLE color: 6325344.

HSL color Cylindrical-coordinate representation of color #608460: hue angle of 120º 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 #608460 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 132 96 -
CMYK 0.27 0 0.27 0.48
HSL 120º 0.16% 0.45% -
HSV(B) 120º 0.27% 0.52% -
XYZ 15.19 19.83 14.09 -
YUV 117.13 116.07 112.93 -
System Red Green Blue C M Y K H S L
Decimal 96 132 96 0.27 0 0.27 0.48 120 0.16 0.45
Hex 60 84 60 1B 0 1B 30 78 10 2D
Octal 140 204 140 33 0 33 60 170 20 55
Binary 1100000 10000100 1100000 11011 0 11011 110000 1111000 10000 101101

Color Harmonies of #608460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608460

Black with #608460

Text Example


Text Example

White with #608460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608460; }

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

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

background-color css

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

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

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

border-color css

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

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

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