Html Css Color HEX #56660D Fiji Green

📋 copy color: '#56660D'

red 86 ◦ green 102 ◦ blue 13

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

Shades of Fiji Green #56660D

Tints of Fiji Green #56660D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50.75%

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

R = 42.79%
G = 50.75%
B = 6.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#56660D (or 0x56660D) is known color: Fiji Green. HEX triplet: 56, 66 and 0D. RGB value is (86,102,13). Sum of RGB (Red+Green+Blue) = 86+102+13=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #56660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56660D is #A999F2. Grayscale: #575757. Windows color (decimal): -11114995 or 878166. OLE color: 878166.

HSL color Cylindrical-coordinate representation of color #56660D: hue angle of 70.79º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56660D is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB 86 102 13 -
CMYK 0.16 0 0.87 0.6
HSL 70.79º 0.77% 0.23% -
HSV(B) 70.79º 0.87% 0.4% -
XYZ 8.66 11.51 2.15 -
YUV 87.07 86.2 127.24 -
System Red Green Blue C M Y K H S L
Decimal 86 102 13 0.16 0 0.87 0.6 70.79 0.77 0.23
Hex 56 66 D 10 0 57 3C 47 4D 17
Octal 126 146 15 20 0 127 74 107 115 27
Binary 1010110 1100110 1101 10000 0 1010111 111100 1000111 1001101 10111

Color Harmonies of #56660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56660D

Black with #56660D

Text Example


Text Example

White with #56660D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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