#687B12

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

Shades of Fiji Green #687B12

Tints of Fiji Green #687B12

Color information

#687B12 (or 0x687B12) is unknown color: approx Fiji Green. HEX triplet: 68, 7B and 12. RGB value is (104,123,18). Sum of RGB (Red+Green+Blue) = 104+123+18=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 123 (48.44% from 255 or 50.20% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 123 - color contains mainly: green. Hex color #687B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687B12 is #9784ED. Grayscale: #696969. Windows color (decimal): -9929966 or 1211240. OLE color: 1211240.

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

Color convert

RGB10412318-
CMYK0.1500.850.52
HSL70.86º74.47%27.65%-
HSV(B)70.86º85.37%48.24%-
XYZ12.917.153.2-
YUV105.3578.71127.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 123 (48.44% from 255) = 50.20%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=42.45%
G=50.20%
B=7.35%

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
Decimal104123180.1500.850.5270.8674.4727.65
Hex687B12F05534474a1c
Octal150173221701256410711234
Binary11010001111011100101111010101011101001000111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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