#666514

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

Shades of Fiji Green #666514

Tints of Fiji Green #666514

Color information

#666514 (or 0x666514) is unknown color: approx Fiji Green. HEX triplet: 66, 65 and 14. RGB value is (102,101,20). Sum of RGB (Red+Green+Blue) = 102+101+20=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #666514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666514 is #999AEB. Grayscale: #5C5C5C. Windows color (decimal): -10066668 or 1336678. OLE color: 1336678.

HSL color Cylindrical-coordinate representation of color #666514: hue angle of 59.27º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #666514 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB10210120-
CMYK00.010.800.6
HSL59.27º67.21%23.92%-
HSV(B)59.27º80.39%40%-
XYZ10.2612.182.47-
YUV92.0687.33135.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 101 (39.84% from 255) = 45.29%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=45.74%
G=45.29%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021012000.010.800.659.2767.2123.92
Hex66651401503C3b4318
Octal1461452401120747310330
Binary1100110110010110100011010000111100111011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666514; }

 p { color: rgb(102,101,20); }

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

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

 a { background-color: rgb(102,101,20); }

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

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

 span { border-color: rgb(102,101,20); }

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