Html Css Color HEX #56710C Fiji Green

📋 copy color: '#56710C'

red 86 ◦ green 113 ◦ blue 12

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

Shades of Fiji Green #56710C

Tints of Fiji Green #56710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 40.76%
G = 53.55%
B = 5.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#56710C (or 0x56710C) is known color: Fiji Green. HEX triplet: 56, 71 and 0C. RGB value is (86,113,12). Sum of RGB (Red+Green+Blue) = 86+113+12=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #56710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56710C is #A98EF3. Grayscale: #5D5D5D. Windows color (decimal): -11112180 or 815446. OLE color: 815446.

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

Color convert

RGB 86 113 12 -
CMYK 0.24 0 0.89 0.56
HSL 76.04º 0.81% 0.25% -
HSV(B) 76.04º 0.89% 0.44% -
XYZ 9.81 13.82 2.5 -
YUV 93.41 82.05 122.71 -
System Red Green Blue C M Y K H S L
Decimal 86 113 12 0.24 0 0.89 0.56 76.04 0.81 0.25
Hex 56 71 C 18 0 59 38 4C 51 19
Octal 126 161 14 30 0 131 70 114 121 31
Binary 1010110 1110001 1100 11000 0 1011001 111000 1001100 1010001 11001

Color Harmonies of #56710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56710C

Black with #56710C

Text Example


Text Example

White with #56710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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