#687010

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

Shades of Fiji Green #687010

Tints of Fiji Green #687010

Color information

#687010 (or 0x687010) is unknown color: approx Fiji Green. HEX triplet: 68, 70 and 10. RGB value is (104,112,16). Sum of RGB (Red+Green+Blue) = 104+112+16=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #687010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687010 is #978FEF. Grayscale: #636363. Windows color (decimal): -9932784 or 1077352. OLE color: 1077352.

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

Color convert

RGB10411216-
CMYK0.0700.860.56
HSL65º75%25.1%-
HSV(B)65º85.71%43.92%-
XYZ11.614.572.69-
YUV98.6681.35131.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 16 (6.64% from 255) = 6.90%
R=44.83%
G=48.28%
B=6.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112160.0700.860.56657525.1
Hex687010705638414b19
Octal15016020701267010111331
Binary1101000111000010000111010101101110001000001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687010; }

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

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

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

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

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

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

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

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