Html Css Color HEX #5D965A Hippie Green

📋 copy color: '#5D965A'

red 93 ◦ green 150 ◦ blue 90

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

Shades of Hippie Green #5D965A

Tints of Hippie Green #5D965A

RGB

 RED value IS 93 (36.72% from 255) = 27.93%

 GREEN value IS 150 (58.98% from 255) = 45.05%

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 27.93%
G = 45.05%
B = 27.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#5D965A (or 0x5D965A) is known color: Hippie Green. HEX triplet: 5D, 96 and 5A. RGB value is (93,150,90). Sum of RGB (Red+Green+Blue) = 93+150+90=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #5D965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D965A is #A269A5. Grayscale: #7E7E7E. Windows color (decimal): -10643878 or 5936733. OLE color: 5936733.

HSL color Cylindrical-coordinate representation of color #5D965A: hue angle of 117º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D965A is Cyan = 0.38, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 93 150 90 -
CMYK 0.38 0 0.4 0.41
HSL 117º 0.25% 0.47% -
HSV(B) 117º 0.4% 0.59% -
XYZ 17.27 24.88 13.56 -
YUV 126.12 107.62 104.38 -
System Red Green Blue C M Y K H S L
Decimal 93 150 90 0.38 0 0.4 0.41 117 0.25 0.47
Hex 5D 96 5A 26 0 28 29 75 19 2F
Octal 135 226 132 46 0 50 51 165 31 57
Binary 1011101 10010110 1011010 100110 0 101000 101001 1110101 11001 101111

Color Harmonies of #5D965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D965A

Black with #5D965A

Text Example


Text Example

White with #5D965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,150,90); }

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

background-color css

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

 a { background-color: rgb(93,150,90); }

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

border-color css

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

 span { border-color: rgb(93,150,90); }

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