Html Css Color HEX #56700E Fiji Green

📋 copy color: '#56700E'

red 86 ◦ green 112 ◦ blue 14

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

Shades of Fiji Green #56700E

Tints of Fiji Green #56700E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.6%

R = 40.57%
G = 52.83%
B = 6.6%

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

#56700E (or 0x56700E) is known color: Fiji Green. HEX triplet: 56, 70 and 0E. RGB value is (86,112,14). Sum of RGB (Red+Green+Blue) = 86+112+14=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #56700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56700E is #A98FF1. Grayscale: #5D5D5D. Windows color (decimal): -11112434 or 946262. OLE color: 946262.

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

Color convert

RGB 86 112 14 -
CMYK 0.23 0 0.88 0.56
HSL 75.92º 0.78% 0.25% -
HSV(B) 75.92º 0.88% 0.44% -
XYZ 9.71 13.6 2.53 -
YUV 93.05 83.39 122.97 -
System Red Green Blue C M Y K H S L
Decimal 86 112 14 0.23 0 0.88 0.56 75.92 0.78 0.25
Hex 56 70 E 17 0 58 38 4C 4E 19
Octal 126 160 16 27 0 130 70 114 116 31
Binary 1010110 1110000 1110 10111 0 1011000 111000 1001100 1001110 11001

Color Harmonies of #56700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56700E

Black with #56700E

Text Example


Text Example

White with #56700E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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