#66680D

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

Shades of Fiji Green #66680D

Tints of Fiji Green #66680D

Color information

#66680D (or 0x66680D) is unknown color: approx Fiji Green. HEX triplet: 66, 68 and 0D. RGB value is (102,104,13). Sum of RGB (Red+Green+Blue) = 102+104+13=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #66680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66680D is #9997F2. Grayscale: #5D5D5D. Windows color (decimal): -10065907 or 878694. OLE color: 878694.

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

Color convert

RGB10210413-
CMYK0.0200.880.59
HSL61.32º77.78%22.94%-
HSV(B)61.32º87.5%40.78%-
XYZ10.512.752.29-
YUV93.0382.84134.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 104 (41.02% from 255) = 47.49%
BLUE value IS 13 (5.47% from 255) = 5.94%
R=46.58%
G=47.49%
B=5.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104130.0200.880.5961.3277.7822.94
Hex6668D20583B3d4e17
Octal1461501520130737511627
Binary1100110110100011011001011000111011111101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66680D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66680D; }

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

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

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

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

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

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

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

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