Html Css Color HEX #608462 Hippie Green

📋 copy color: '#608462'

red 96 ◦ green 132 ◦ blue 98

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

Shades of Hippie Green #608462

Tints of Hippie Green #608462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 29.45%
G = 40.49%
B = 30.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#608462 (or 0x608462) is known color: Hippie Green. HEX triplet: 60, 84 and 62. RGB value is (96,132,98). Sum of RGB (Red+Green+Blue) = 96+132+98=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #608462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608462 is #9F7B9D. Grayscale: #757575. Windows color (decimal): -10451870 or 6456416. OLE color: 6456416.

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

Color convert

RGB 96 132 98 -
CMYK 0.27 0 0.26 0.48
HSL 123.33º 0.16% 0.45% -
HSV(B) 123.33º 0.27% 0.52% -
XYZ 15.28 19.87 14.59 -
YUV 117.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 96 132 98 0.27 0 0.26 0.48 123.33 0.16 0.45
Hex 60 84 62 1B 0 1A 30 7B 10 2D
Octal 140 204 142 33 0 32 60 173 20 55
Binary 1100000 10000100 1100010 11011 0 11010 110000 1111011 10000 101101

Color Harmonies of #608462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608462

Black with #608462

Text Example


Text Example

White with #608462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608462; }

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

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

background-color css

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

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

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

border-color css

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

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

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