Html Css Color HEX #5B9060 Hippie Green

📋 copy color: '#5B9060'

red 91 ◦ green 144 ◦ blue 96

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

Shades of Hippie Green #5B9060

Tints of Hippie Green #5B9060

RGB

 RED value IS 91 (35.94% from 255) = 27.49%

 GREEN value IS 144 (56.64% from 255) = 43.5%

 BLUE value IS 96 (37.89% from 255) = 29%

R = 27.49%
G = 43.5%
B = 29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#5B9060 (or 0x5B9060) is known color: Hippie Green. HEX triplet: 5B, 90 and 60. RGB value is (91,144,96). Sum of RGB (Red+Green+Blue) = 91+144+96=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #5B9060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9060 is #A46F9F. Grayscale: #7A7A7A. Windows color (decimal): -10776480 or 6328411. OLE color: 6328411.

HSL color Cylindrical-coordinate representation of color #5B9060: hue angle of 125.66º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B9060 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 144 96 -
CMYK 0.37 0 0.33 0.44
HSL 125.66º 0.23% 0.46% -
HSV(B) 125.66º 0.37% 0.56% -
XYZ 16.4 23.02 14.64 -
YUV 122.68 112.94 105.4 -
System Red Green Blue C M Y K H S L
Decimal 91 144 96 0.37 0 0.33 0.44 125.66 0.23 0.46
Hex 5B 90 60 25 0 21 2C 7E 17 2E
Octal 133 220 140 45 0 41 54 176 27 56
Binary 1011011 10010000 1100000 100101 0 100001 101100 1111110 10111 101110

Color Harmonies of #5B9060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9060

Black with #5B9060

Text Example


Text Example

White with #5B9060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B9060; }

 p { color: rgb(91,144,96); }

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

background-color css

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

 a { background-color: rgb(91,144,96); }

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

border-color css

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

 span { border-color: rgb(91,144,96); }

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