Html Css Color HEX #56700D Fiji Green

📋 copy color: '#56700D'

red 86 ◦ green 112 ◦ blue 13

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

Shades of Fiji Green #56700D

Tints of Fiji Green #56700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.08%

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

R = 40.76%
G = 53.08%
B = 6.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#56700D (or 0x56700D) is known color: Fiji Green. HEX triplet: 56, 70 and 0D. RGB value is (86,112,13). Sum of RGB (Red+Green+Blue) = 86+112+13=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #56700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56700D is #A98FF2. Grayscale: #5D5D5D. Windows color (decimal): -11112435 or 880726. OLE color: 880726.

HSL color Cylindrical-coordinate representation of color #56700D: hue angle of 75.76º 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 #56700D is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 112 13 -
CMYK 0.23 0 0.88 0.56
HSL 75.76º 0.79% 0.25% -
HSV(B) 75.76º 0.88% 0.44% -
XYZ 9.7 13.6 2.49 -
YUV 92.94 82.89 123.05 -
System Red Green Blue C M Y K H S L
Decimal 86 112 13 0.23 0 0.88 0.56 75.76 0.79 0.25
Hex 56 70 D 17 0 58 38 4C 4F 19
Octal 126 160 15 27 0 130 70 114 117 31
Binary 1010110 1110000 1101 10111 0 1011000 111000 1001100 1001111 11001

Color Harmonies of #56700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56700D

Black with #56700D

Text Example


Text Example

White with #56700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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