Html Css Color HEX #56865C Hippie Green

📋 copy color: '#56865C'

red 86 ◦ green 134 ◦ blue 92

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

Shades of Hippie Green #56865C

Tints of Hippie Green #56865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.95%

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

R = 27.56%
G = 42.95%
B = 29.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#56865C (or 0x56865C) is known color: Hippie Green. HEX triplet: 56, 86 and 5C. RGB value is (86,134,92). Sum of RGB (Red+Green+Blue) = 86+134+92=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #56865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56865C is #A979A3. Grayscale: #727272. Windows color (decimal): -11106724 or 6063702. OLE color: 6063702.

HSL color Cylindrical-coordinate representation of color #56865C: hue angle of 127.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56865C is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 134 92 -
CMYK 0.36 0 0.31 0.47
HSL 127.5º 0.22% 0.43% -
HSV(B) 127.5º 0.36% 0.53% -
XYZ 14.29 19.8 13.19 -
YUV 114.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 86 134 92 0.36 0 0.31 0.47 127.5 0.22 0.43
Hex 56 86 5C 24 0 1F 2F 80 16 2B
Octal 126 206 134 44 0 37 57 200 26 53
Binary 1010110 10000110 1011100 100100 0 11111 101111 10000000 10110 101011

Color Harmonies of #56865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56865C

Black with #56865C

Text Example


Text Example

White with #56865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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