#687314

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

Shades of Fiji Green #687314

Tints of Fiji Green #687314

Color information

#687314 (or 0x687314) is unknown color: approx Fiji Green. HEX triplet: 68, 73 and 14. RGB value is (104,115,20). Sum of RGB (Red+Green+Blue) = 104+115+20=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #687314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687314 is #978CEB. Grayscale: #656565. Windows color (decimal): -9932012 or 1340264. OLE color: 1340264.

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

Color convert

RGB10411520-
CMYK0.1000.830.55
HSL66.95º70.37%26.47%-
HSV(B)66.95º82.61%45.1%-
XYZ11.9715.262.98-
YUV100.8882.36130.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 115 (45.31% from 255) = 48.12%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=43.51%
G=48.12%
B=8.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104115200.1000.830.5566.9570.3726.47
Hex687314A0533743461a
Octal150163241201236710310632
Binary11010001110011101001010010100111101111000011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687314; }

 p { color: rgb(104,115,20); }

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

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

 a { background-color: rgb(104,115,20); }

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

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

 span { border-color: rgb(104,115,20); }

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