Html Css Color HEX #56680D Fiji Green

📋 copy color: '#56680D'

red 86 ◦ green 104 ◦ blue 13

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

Shades of Fiji Green #56680D

Tints of Fiji Green #56680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.23%

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

R = 42.36%
G = 51.23%
B = 6.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#56680D (or 0x56680D) is known color: Fiji Green. HEX triplet: 56, 68 and 0D. RGB value is (86,104,13). Sum of RGB (Red+Green+Blue) = 86+104+13=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #56680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56680D is #A997F2. Grayscale: #585858. Windows color (decimal): -11114483 or 878678. OLE color: 878678.

HSL color Cylindrical-coordinate representation of color #56680D: hue angle of 71.87º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56680D is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 104 13 -
CMYK 0.17 0 0.88 0.59
HSL 71.87º 0.78% 0.23% -
HSV(B) 71.87º 0.88% 0.41% -
XYZ 8.86 11.91 2.21 -
YUV 88.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 86 104 13 0.17 0 0.88 0.59 71.87 0.78 0.23
Hex 56 68 D 11 0 58 3B 48 4E 17
Octal 126 150 15 21 0 130 73 110 116 27
Binary 1010110 1101000 1101 10001 0 1011000 111011 1001000 1001110 10111

Color Harmonies of #56680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56680D

Black with #56680D

Text Example


Text Example

White with #56680D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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