Html Css Color HEX #609D5C Hippie Green

📋 copy color: '#609D5C'

red 96 ◦ green 157 ◦ blue 92

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

Shades of Hippie Green #609D5C

Tints of Hippie Green #609D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 27.83%
G = 45.51%
B = 26.67%

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

#609D5C (or 0x609D5C) is known color: Hippie Green. HEX triplet: 60, 9D and 5C. RGB value is (96,157,92). Sum of RGB (Red+Green+Blue) = 96+157+92=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #609D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609D5C is #9F62A3. Grayscale: #838383. Windows color (decimal): -10445476 or 6069600. OLE color: 6069600.

HSL color Cylindrical-coordinate representation of color #609D5C: hue angle of 116.31º 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 #609D5C is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 157 92 -
CMYK 0.39 0 0.41 0.38
HSL 116.31º 0.26% 0.49% -
HSV(B) 116.31º 0.41% 0.62% -
XYZ 18.81 27.37 14.42 -
YUV 131.35 105.79 102.79 -
System Red Green Blue C M Y K H S L
Decimal 96 157 92 0.39 0 0.41 0.38 116.31 0.26 0.49
Hex 60 9D 5C 27 0 29 26 74 1A 31
Octal 140 235 134 47 0 51 46 164 32 61
Binary 1100000 10011101 1011100 100111 0 101001 100110 1110100 11010 110001

Color Harmonies of #609D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609D5C

Black with #609D5C

Text Example


Text Example

White with #609D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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