Html Css Color HEX #56720E Fiji Green

📋 copy color: '#56720E'

red 86 ◦ green 114 ◦ blue 14

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

Shades of Fiji Green #56720E

Tints of Fiji Green #56720E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.27%

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

R = 40.19%
G = 53.27%
B = 6.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#56720E (or 0x56720E) is known color: Fiji Green. HEX triplet: 56, 72 and 0E. RGB value is (86,114,14). Sum of RGB (Red+Green+Blue) = 86+114+14=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #56720E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56720E is #A98DF1. Grayscale: #5E5E5E. Windows color (decimal): -11111922 or 946774. OLE color: 946774.

HSL color Cylindrical-coordinate representation of color #56720E: hue angle of 76.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56720E is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 114 14 -
CMYK 0.25 0 0.88 0.55
HSL 76.8º 0.78% 0.25% -
HSV(B) 76.8º 0.88% 0.45% -
XYZ 9.93 14.04 2.6 -
YUV 94.23 82.72 122.13 -
System Red Green Blue C M Y K H S L
Decimal 86 114 14 0.25 0 0.88 0.55 76.8 0.78 0.25
Hex 56 72 E 19 0 58 37 4D 4E 19
Octal 126 162 16 31 0 130 67 115 116 31
Binary 1010110 1110010 1110 11001 0 1011000 110111 1001101 1001110 11001

Color Harmonies of #56720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56720E

Black with #56720E

Text Example


Text Example

White with #56720E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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