#687210

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

Shades of Fiji Green #687210

Tints of Fiji Green #687210

Color information

#687210 (or 0x687210) is unknown color: approx Fiji Green. HEX triplet: 68, 72 and 10. RGB value is (104,114,16). Sum of RGB (Red+Green+Blue) = 104+114+16=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #687210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687210 is #978DEF. Grayscale: #646464. Windows color (decimal): -9932272 or 1077864. OLE color: 1077864.

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

Color convert

RGB10411416-
CMYK0.0900.860.55
HSL66.12º75.38%25.49%-
HSV(B)66.12º85.96%44.71%-
XYZ11.8215.022.77-
YUV99.8480.69130.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 16 (6.64% from 255) = 6.84%
R=44.44%
G=48.72%
B=6.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114160.0900.860.5566.1275.3825.49
Hex687210905637424b19
Octal150162201101266710211331
Binary11010001110010100001001010101101101111000010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687210; }

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

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

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

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

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

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

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

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