#567414

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

Shades of Fiji Green #567414

Tints of Fiji Green #567414

Color information

#567414 (or 0x567414) is unknown color: approx Fiji Green. HEX triplet: 56, 74 and 14. RGB value is (86,116,20). Sum of RGB (Red+Green+Blue) = 86+116+20=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #567414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #567414 is #A98BEB. Grayscale: #606060. Windows color (decimal): -11111404 or 1340502. OLE color: 1340502.

HSL color Cylindrical-coordinate representation of color #567414: hue angle of 78.75º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #567414 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB8611620-
CMYK0.2600.830.55
HSL78.75º70.59%26.67%-
HSV(B)78.75º82.76%45.49%-
XYZ10.2114.522.93-
YUV96.0985.06120.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 116 (45.70% from 255) = 52.25%
BLUE value IS 20 (8.20% from 255) = 9.01%
R=38.74%
G=52.25%
B=9.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86116200.2600.830.5578.7570.5926.67
Hex5674141A053374f471b
Octal126164243201236711710733
Binary101011011101001010011010010100111101111001111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567414; }

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

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

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

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

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

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

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

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