Html Css Color HEX #608D5D Hippie Green

📋 copy color: '#608D5D'

red 96 ◦ green 141 ◦ blue 93

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

Shades of Hippie Green #608D5D

Tints of Hippie Green #608D5D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.73%

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 29.09%
G = 42.73%
B = 28.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#608D5D (or 0x608D5D) is known color: Hippie Green. HEX triplet: 60, 8D and 5D. RGB value is (96,141,93). Sum of RGB (Red+Green+Blue) = 96+141+93=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #608D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D5D is #9F72A2. Grayscale: #7A7A7A. Windows color (decimal): -10449571 or 6131040. OLE color: 6131040.

HSL color Cylindrical-coordinate representation of color #608D5D: hue angle of 116.25º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #608D5D is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 141 93 -
CMYK 0.32 0 0.34 0.45
HSL 116.25º 0.21% 0.46% -
HSV(B) 116.25º 0.34% 0.55% -
XYZ 16.32 22.33 13.81 -
YUV 122.07 111.59 109.4 -
System Red Green Blue C M Y K H S L
Decimal 96 141 93 0.32 0 0.34 0.45 116.25 0.21 0.46
Hex 60 8D 5D 20 0 22 2D 74 15 2E
Octal 140 215 135 40 0 42 55 164 25 56
Binary 1100000 10001101 1011101 100000 0 100010 101101 1110100 10101 101110

Color Harmonies of #608D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D5D

Black with #608D5D

Text Example


Text Example

White with #608D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608D5D; }

 p { color: rgb(96,141,93); }

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

background-color css

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

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

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

border-color css

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

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

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