Html Css Color HEX #56754A Fern Green

📋 copy color: '#56754A'

red 86 ◦ green 117 ◦ blue 74

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

Shades of Fern Green #56754A

Tints of Fern Green #56754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.24%

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 31.05%
G = 42.24%
B = 26.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#56754A (or 0x56754A) is known color: Fern Green. HEX triplet: 56, 75 and 4A. RGB value is (86,117,74). Sum of RGB (Red+Green+Blue) = 86+117+74=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #56754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56754A is #A98AB5. Grayscale: #666666. Windows color (decimal): -11111094 or 4879702. OLE color: 4879702.

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

Color convert

RGB 86 117 74 -
CMYK 0.26 0 0.37 0.54
HSL 103.26º 0.23% 0.37% -
HSV(B) 103.26º 0.37% 0.46% -
XYZ 11.44 15.2 8.81 -
YUV 102.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 86 117 74 0.26 0 0.37 0.54 103.26 0.23 0.37
Hex 56 75 4A 1A 0 25 36 67 17 25
Octal 126 165 112 32 0 45 66 147 27 45
Binary 1010110 1110101 1001010 11010 0 100101 110110 1100111 10111 100101

Color Harmonies of #56754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56754A

Black with #56754A

Text Example


Text Example

White with #56754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56754A; }

 p { color: rgb(86,117,74); }

 H1.HeaderClassName
 {
   color: #56754A;
 }
 .AnyTagClassName
 {
   color: #56754A;
 }
</style>

background-color css

<style>
 a { background-color: #56754A; }

 a { background-color: rgb(86,117,74); }

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

border-color css

<style>
 span { border-color: #56754A; }

 span { border-color: rgb(86,117,74); }

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