Html Css Color HEX #609D5D Hippie Green

📋 copy color: '#609D5D'

red 96 ◦ green 157 ◦ blue 93

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

Shades of Hippie Green #609D5D

Tints of Hippie Green #609D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.38%

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

R = 27.75%
G = 45.38%
B = 26.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#609D5D (or 0x609D5D) is known color: Hippie Green. HEX triplet: 60, 9D and 5D. RGB value is (96,157,93). Sum of RGB (Red+Green+Blue) = 96+157+93=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #609D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609D5D is #9F62A2. Grayscale: #838383. Windows color (decimal): -10445475 or 6135136. OLE color: 6135136.

HSL color Cylindrical-coordinate representation of color #609D5D: hue angle of 117.19º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #609D5D is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 157 93 -
CMYK 0.39 0 0.41 0.38
HSL 117.19º 0.26% 0.49% -
HSV(B) 117.19º 0.41% 0.62% -
XYZ 18.86 27.39 14.65 -
YUV 131.47 106.29 102.7 -
System Red Green Blue C M Y K H S L
Decimal 96 157 93 0.39 0 0.41 0.38 117.19 0.26 0.49
Hex 60 9D 5D 27 0 29 26 75 1A 31
Octal 140 235 135 47 0 51 46 165 32 61
Binary 1100000 10011101 1011101 100111 0 101001 100110 1110101 11010 110001

Color Harmonies of #609D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609D5D

Black with #609D5D

Text Example


Text Example

White with #609D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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