Html Css Color HEX #608463 Hippie Green

📋 copy color: '#608463'

red 96 ◦ green 132 ◦ blue 99

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

Shades of Hippie Green #608463

Tints of Hippie Green #608463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.28%

R = 29.36%
G = 40.37%
B = 30.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#608463 (or 0x608463) is known color: Hippie Green. HEX triplet: 60, 84 and 63. RGB value is (96,132,99). Sum of RGB (Red+Green+Blue) = 96+132+99=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #608463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608463 is #9F7B9C. Grayscale: #757575. Windows color (decimal): -10451869 or 6521952. OLE color: 6521952.

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

Color convert

RGB 96 132 99 -
CMYK 0.27 0 0.25 0.48
HSL 125º 0.16% 0.45% -
HSV(B) 125º 0.27% 0.52% -
XYZ 15.33 19.89 14.84 -
YUV 117.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 96 132 99 0.27 0 0.25 0.48 125 0.16 0.45
Hex 60 84 63 1B 0 19 30 7D 10 2D
Octal 140 204 143 33 0 31 60 175 20 55
Binary 1100000 10000100 1100011 11011 0 11001 110000 1111101 10000 101101

Color Harmonies of #608463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608463

Black with #608463

Text Example


Text Example

White with #608463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608463; }

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

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

background-color css

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

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

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

border-color css

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

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

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