#687A12

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

Shades of Fiji Green #687A12

Tints of Fiji Green #687A12

Color information

#687A12 (or 0x687A12) is unknown color: approx Fiji Green. HEX triplet: 68, 7A and 12. RGB value is (104,122,18). Sum of RGB (Red+Green+Blue) = 104+122+18=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #687A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687A12 is #9785ED. Grayscale: #696969. Windows color (decimal): -9930222 or 1210984. OLE color: 1210984.

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

Color convert

RGB10412218-
CMYK0.1500.850.52
HSL70.38º74.29%27.45%-
HSV(B)70.38º85.25%47.84%-
XYZ12.7816.913.16-
YUV104.7679.04127.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 122 (48.05% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 7.38%
R=42.62%
G=50%
B=7.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104122180.1500.850.5270.3874.2927.45
Hex687A12F05534464a1b
Octal150172221701256410611233
Binary11010001111010100101111010101011101001000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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