Html Css Color HEX #5D965D Hippie Green

📋 copy color: '#5D965D'

red 93 ◦ green 150 ◦ blue 93

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

Shades of Hippie Green #5D965D

Tints of Hippie Green #5D965D

RGB

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

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

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

R = 27.68%
G = 44.64%
B = 27.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#5D965D (or 0x5D965D) is known color: Hippie Green. HEX triplet: 5D, 96 and 5D. RGB value is (93,150,93). Sum of RGB (Red+Green+Blue) = 93+150+93=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #5D965D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D965D is #A269A2. Grayscale: #7E7E7E. Windows color (decimal): -10643875 or 6133341. OLE color: 6133341.

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

Color convert

RGB 93 150 93 -
CMYK 0.38 0 0.38 0.41
HSL 120º 0.23% 0.48% -
HSV(B) 120º 0.38% 0.59% -
XYZ 17.4 24.93 14.25 -
YUV 126.46 109.12 104.13 -
System Red Green Blue C M Y K H S L
Decimal 93 150 93 0.38 0 0.38 0.41 120 0.23 0.48
Hex 5D 96 5D 26 0 26 29 78 17 30
Octal 135 226 135 46 0 46 51 170 27 60
Binary 1011101 10010110 1011101 100110 0 100110 101001 1111000 10111 110000

Color Harmonies of #5D965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D965D

Black with #5D965D

Text Example


Text Example

White with #5D965D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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