#666E0D

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

Shades of Fiji Green #666E0D

Tints of Fiji Green #666E0D

Color information

#666E0D (or 0x666E0D) is unknown color: approx Fiji Green. HEX triplet: 66, 6E and 0D. RGB value is (102,110,13). Sum of RGB (Red+Green+Blue) = 102+110+13=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #666E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666E0D is #9991F2. Grayscale: #606060. Windows color (decimal): -10064371 or 880230. OLE color: 880230.

HSL color Cylindrical-coordinate representation of color #666E0D: hue angle of 64.95º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #666E0D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB10211013-
CMYK0.0700.880.57
HSL64.95º78.86%24.12%-
HSV(B)64.95º88.18%43.14%-
XYZ11.1314.012.5-
YUV96.5580.85131.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 110 (43.36% from 255) = 48.89%
BLUE value IS 13 (5.47% from 255) = 5.78%
R=45.33%
G=48.89%
B=5.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102110130.0700.880.5764.9578.8624.12
Hex666ED705839414f18
Octal14615615701307110111730
Binary110011011011101101111010110001110011000001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666E0D; }

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

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

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

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

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

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

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

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