#66740D

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

Shades of Fiji Green #66740D

Tints of Fiji Green #66740D

Color information

#66740D (or 0x66740D) is unknown color: approx Fiji Green. HEX triplet: 66, 74 and 0D. RGB value is (102,116,13). Sum of RGB (Red+Green+Blue) = 102+116+13=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #66740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66740D is #998BF2. Grayscale: #646464. Windows color (decimal): -10062835 or 881766. OLE color: 881766.

HSL color Cylindrical-coordinate representation of color #66740D: hue angle of 68.16º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66740D is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB10211613-
CMYK0.1200.890.55
HSL68.16º79.84%25.29%-
HSV(B)68.16º88.79%45.49%-
XYZ11.815.342.72-
YUV100.0778.86129.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 116 (45.70% from 255) = 50.22%
BLUE value IS 13 (5.47% from 255) = 5.63%
R=44.16%
G=50.22%
B=5.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102116130.1200.890.5568.1679.8425.29
Hex6674DC05937445019
Octal146164151401316710412031
Binary1100110111010011011100010110011101111000100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66740D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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