#68681E

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

Shades of Fiji Green #68681E

Tints of Fiji Green #68681E

Color information

#68681E (or 0x68681E) is unknown color: approx Fiji Green. HEX triplet: 68, 68 and 1E. RGB value is (104,104,30). Sum of RGB (Red+Green+Blue) = 104+104+30=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68681E is #9797E1. Grayscale: #5F5F5F. Windows color (decimal): -9934818 or 1992808. OLE color: 1992808.

HSL color Cylindrical-coordinate representation of color #68681E: hue angle of 60º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68681E is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB10410430-
CMYK000.710.59
HSL60º55.22%26.27%-
HSV(B)60º71.15%40.78%-
XYZ10.8912.943.15-
YUV95.5691134.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 104 (41.02% from 255) = 43.70%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=43.70%
G=43.70%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410430000.710.596055.2226.27
Hex68681E00473B3c371a
Octal150150360010773746732
Binary110100011010001111000100011111101111110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68681E; }

 p { color: rgb(104,104,30); }

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

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

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

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

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

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

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