#68660B

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

Shades of Fiji Green #68660B

Tints of Fiji Green #68660B

Color information

#68660B (or 0x68660B) is unknown color: approx Fiji Green. HEX triplet: 68, 66 and 0B. RGB value is (104,102,11). Sum of RGB (Red+Green+Blue) = 104+102+11=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68660B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68660B is #9799F4. Grayscale: #5C5C5C. Windows color (decimal): -9935349 or 747112. OLE color: 747112.

HSL color Cylindrical-coordinate representation of color #68660B: hue angle of 58.71º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68660B is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB10410211-
CMYK00.020.890.59
HSL58.71º80.87%22.55%-
HSV(B)58.71º89.42%40.78%-
XYZ10.5212.472.17-
YUV92.2282.16136.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 11 (4.69% from 255) = 5.07%
R=47.93%
G=47.00%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041021100.020.890.5958.7180.8722.55
Hex6866B02593B3b5117
Octal1501461302131737312127
Binary1101000110011010110101011001111011111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68660B; }

 p { color: rgb(104,102,11); }

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

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

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

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

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

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

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