Html Css Color HEX #56710D Fiji Green

📋 copy color: '#56710D'

red 86 ◦ green 113 ◦ blue 13

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

Shades of Fiji Green #56710D

Tints of Fiji Green #56710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.3%

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 40.57%
G = 53.3%
B = 6.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#56710D (or 0x56710D) is known color: Fiji Green. HEX triplet: 56, 71 and 0D. RGB value is (86,113,13). Sum of RGB (Red+Green+Blue) = 86+113+13=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #56710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56710D is #A98EF2. Grayscale: #5D5D5D. Windows color (decimal): -11112179 or 880982. OLE color: 880982.

HSL color Cylindrical-coordinate representation of color #56710D: hue angle of 76.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56710D is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 113 13 -
CMYK 0.24 0 0.88 0.56
HSL 76.2º 0.79% 0.25% -
HSV(B) 76.2º 0.88% 0.44% -
XYZ 9.82 13.82 2.53 -
YUV 93.53 82.55 122.63 -
System Red Green Blue C M Y K H S L
Decimal 86 113 13 0.24 0 0.88 0.56 76.2 0.79 0.25
Hex 56 71 D 18 0 58 38 4C 4F 19
Octal 126 161 15 30 0 130 70 114 117 31
Binary 1010110 1110001 1101 11000 0 1011000 111000 1001100 1001111 11001

Color Harmonies of #56710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56710D

Black with #56710D

Text Example


Text Example

White with #56710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56710D; }

 p { color: rgb(86,113,13); }

 H1.HeaderClassName
 {
   color: #56710D;
 }
 .AnyTagClassName
 {
   color: #56710D;
 }
</style>

background-color css

<style>
 a { background-color: #56710D; }

 a { background-color: rgb(86,113,13); }

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

border-color css

<style>
 span { border-color: #56710D; }

 span { border-color: rgb(86,113,13); }

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