Html Css Color HEX #5B9360 Hippie Green

📋 copy color: '#5B9360'

red 91 ◦ green 147 ◦ blue 96

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

Shades of Hippie Green #5B9360

Tints of Hippie Green #5B9360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.01%

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

R = 27.25%
G = 44.01%
B = 28.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#5B9360 (or 0x5B9360) is known color: Hippie Green. HEX triplet: 5B, 93 and 60. RGB value is (91,147,96). Sum of RGB (Red+Green+Blue) = 91+147+96=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #5B9360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9360 is #A46C9F. Grayscale: #7C7C7C. Windows color (decimal): -10775712 or 6329179. OLE color: 6329179.

HSL color Cylindrical-coordinate representation of color #5B9360: hue angle of 125.36º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9360 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 147 96 -
CMYK 0.38 0 0.35 0.42
HSL 125.36º 0.24% 0.47% -
HSV(B) 125.36º 0.38% 0.58% -
XYZ 16.86 23.94 14.8 -
YUV 124.44 111.95 104.15 -
System Red Green Blue C M Y K H S L
Decimal 91 147 96 0.38 0 0.35 0.42 125.36 0.24 0.47
Hex 5B 93 60 26 0 23 2A 7D 18 2F
Octal 133 223 140 46 0 43 52 175 30 57
Binary 1011011 10010011 1100000 100110 0 100011 101010 1111101 11000 101111

Color Harmonies of #5B9360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9360

Black with #5B9360

Text Example


Text Example

White with #5B9360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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