#686F1F

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

Shades of Fiji Green #686F1F

Tints of Fiji Green #686F1F

Color information

#686F1F (or 0x686F1F) is unknown color: approx Fiji Green. HEX triplet: 68, 6F and 1F. RGB value is (104,111,31). Sum of RGB (Red+Green+Blue) = 104+111+31=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #686F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686F1F is #9790E0. Grayscale: #646464. Windows color (decimal): -9933025 or 2060136. OLE color: 2060136.

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

Color convert

RGB10411131-
CMYK0.0600.720.56
HSL65.25º56.34%27.84%-
HSV(B)65.25º72.07%43.53%-
XYZ11.6414.413.46-
YUV99.7989.18131-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 31 (12.5% from 255) = 12.60%
R=42.28%
G=45.12%
B=12.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104111310.0600.720.5665.2556.3427.84
Hex686F1F60483841381c
Octal1501573760110701017034
Binary110100011011111111111001001000111000100000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686F1F; }

 p { color: rgb(104,111,31); }

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

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

 a { background-color: rgb(104,111,31); }

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

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

 span { border-color: rgb(104,111,31); }

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