Html Css Color HEX #56895C Hippie Green

📋 copy color: '#56895C'

red 86 ◦ green 137 ◦ blue 92

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

Shades of Hippie Green #56895C

Tints of Hippie Green #56895C

RGB

 RED value IS 86 (33.98% from 255) = 27.3%

 GREEN value IS 137 (53.91% from 255) = 43.49%

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 27.3%
G = 43.49%
B = 29.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#56895C (or 0x56895C) is known color: Hippie Green. HEX triplet: 56, 89 and 5C. RGB value is (86,137,92). Sum of RGB (Red+Green+Blue) = 86+137+92=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #56895C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56895C is #A976A3. Grayscale: #747474. Windows color (decimal): -11105956 or 6064470. OLE color: 6064470.

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

Color convert

RGB 86 137 92 -
CMYK 0.37 0 0.33 0.46
HSL 127.06º 0.23% 0.44% -
HSV(B) 127.06º 0.37% 0.54% -
XYZ 14.72 20.64 13.33 -
YUV 116.62 114.1 106.16 -
System Red Green Blue C M Y K H S L
Decimal 86 137 92 0.37 0 0.33 0.46 127.06 0.23 0.44
Hex 56 89 5C 25 0 21 2E 7F 17 2C
Octal 126 211 134 45 0 41 56 177 27 54
Binary 1010110 10001001 1011100 100101 0 100001 101110 1111111 10111 101100

Color Harmonies of #56895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56895C

Black with #56895C

Text Example


Text Example

White with #56895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56895C; }

 p { color: rgb(86,137,92); }

 H1.HeaderClassName
 {
   color: #56895C;
 }
 .AnyTagClassName
 {
   color: #56895C;
 }
</style>

background-color css

<style>
 a { background-color: #56895C; }

 a { background-color: rgb(86,137,92); }

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

border-color css

<style>
 span { border-color: #56895C; }

 span { border-color: rgb(86,137,92); }

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