Html Css Color HEX #5C7C5D Hippie Green

📋 copy color: '#5C7C5D'

red 92 ◦ green 124 ◦ blue 93

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

Shades of Hippie Green #5C7C5D

Tints of Hippie Green #5C7C5D

RGB

 RED value IS 92 (36.33% from 255) = 29.77%

 GREEN value IS 124 (48.83% from 255) = 40.13%

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

R = 29.77%
G = 40.13%
B = 30.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#5C7C5D (or 0x5C7C5D) is known color: Hippie Green. HEX triplet: 5C, 7C and 5D. RGB value is (92,124,93). Sum of RGB (Red+Green+Blue) = 92+124+93=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 124 - color contains mainly: green. Hex color #5C7C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7C5D is #A383A2. Grayscale: #6E6E6E. Windows color (decimal): -10716067 or 6126684. OLE color: 6126684.

HSL color Cylindrical-coordinate representation of color #5C7C5D: hue angle of 121.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C7C5D is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 124 93 -
CMYK 0.26 0 0.25 0.51
HSL 121.88º 0.15% 0.42% -
HSV(B) 121.88º 0.26% 0.49% -
XYZ 13.6 17.48 13.01 -
YUV 110.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 92 124 93 0.26 0 0.25 0.51 121.88 0.15 0.42
Hex 5C 7C 5D 1A 0 19 33 7A F 2A
Octal 134 174 135 32 0 31 63 172 17 52
Binary 1011100 1111100 1011101 11010 0 11001 110011 1111010 1111 101010

Color Harmonies of #5C7C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7C5D

Black with #5C7C5D

Text Example


Text Example

White with #5C7C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,124,93); }

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

background-color css

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

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

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

border-color css

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

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

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