#56740A

Color #56740A Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #56740A

Tints of Fiji Green #56740A

Color information

#56740A (or 0x56740A) is unknown color: approx Fiji Green. HEX triplet: 56, 74 and 0A. RGB value is (86,116,10). Sum of RGB (Red+Green+Blue) = 86+116+10=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #56740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56740A is #A98BF5. Grayscale: #5F5F5F. Windows color (decimal): -11111414 or 685142. OLE color: 685142.

HSL color Cylindrical-coordinate representation of color #56740A: hue angle of 76.98º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #56740A is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB8611610-
CMYK0.2600.910.55
HSL76.98º84.13%24.71%-
HSV(B)76.98º91.38%45.49%-
XYZ10.1414.492.55-
YUV94.9580.06121.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 116 (45.70% from 255) = 54.72%
BLUE value IS 10 (4.30% from 255) = 4.72%
R=40.57%
G=54.72%
B=4.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86116100.2600.910.5576.9884.1324.71
Hex5674A1A05B374d5419
Octal126164123201336711512431
Binary10101101110100101011010010110111101111001101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56740A; }

 p { color: rgb(86,116,10); }

 H1.HeaderClassName
 {
   color: #56740A;
 }
 .AnyTagClassName
 {
   color: #56740A;
 }
</style>
background-color css

<style>
 a { background-color: #56740A; }

 a { background-color: rgb(86,116,10); }

 div.DivClassName
 {
   background-color: #56740A;
 }
 .BgClassName
 {
   background-color: #56740A;
 }
</style>
border-color css

<style>
 span { border-color: #56740A; }

 span { border-color: rgb(86,116,10); }

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