#687012

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

Shades of Fiji Green #687012

Tints of Fiji Green #687012

Color information

#687012 (or 0x687012) is unknown color: approx Fiji Green. HEX triplet: 68, 70 and 12. RGB value is (104,112,18). Sum of RGB (Red+Green+Blue) = 104+112+18=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #687012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687012 is #978FED. Grayscale: #636363. Windows color (decimal): -9932782 or 1208424. OLE color: 1208424.

HSL color Cylindrical-coordinate representation of color #687012: hue angle of 65.11º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #687012 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB10411218-
CMYK0.0700.840.56
HSL65.11º72.31%25.49%-
HSV(B)65.11º83.93%43.92%-
XYZ11.6114.582.77-
YUV98.8982.35131.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=44.44%
G=47.86%
B=7.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112180.0700.840.5665.1172.3125.49
Hex687012705438414819
Octal15016022701247010111031
Binary1101000111000010010111010101001110001000001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687012; }

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

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

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

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

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

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

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

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