#687A0D

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

Shades of Fiji Green #687A0D

Tints of Fiji Green #687A0D

Color information

#687A0D (or 0x687A0D) is unknown color: approx Fiji Green. HEX triplet: 68, 7A and 0D. RGB value is (104,122,13). Sum of RGB (Red+Green+Blue) = 104+122+13=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #687A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687A0D is #9785F2. Grayscale: #686868. Windows color (decimal): -9930227 or 883304. OLE color: 883304.

HSL color Cylindrical-coordinate representation of color #687A0D: hue angle of 69.91º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #687A0D is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB10412213-
CMYK0.1500.890.52
HSL69.91º80.74%26.47%-
HSV(B)69.91º89.34%47.84%-
XYZ12.7416.892.97-
YUV104.1976.54127.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 122 (48.05% from 255) = 51.05%
BLUE value IS 13 (5.47% from 255) = 5.44%
R=43.51%
G=51.05%
B=5.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104122130.1500.890.5269.9180.7426.47
Hex687ADF0593446511a
Octal150172151701316410612132
Binary1101000111101011011111010110011101001000110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687A0D; }

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

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

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

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

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

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

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

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