#66721F

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

Shades of Fiji Green #66721F

Tints of Fiji Green #66721F

Color information

#66721F (or 0x66721F) is unknown color: approx Fiji Green. HEX triplet: 66, 72 and 1F. RGB value is (102,114,31). Sum of RGB (Red+Green+Blue) = 102+114+31=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #66721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66721F is #998DE0. Grayscale: #656565. Windows color (decimal): -10063329 or 2060902. OLE color: 2060902.

HSL color Cylindrical-coordinate representation of color #66721F: hue angle of 68.67º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66721F is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB10211431-
CMYK0.1100.730.55
HSL68.67º57.24%28.43%-
HSV(B)68.67º72.81%44.71%-
XYZ11.7414.963.56-
YUV100.9588.52128.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 31 (12.5% from 255) = 12.55%
R=41.30%
G=46.15%
B=12.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102114310.1100.730.5568.6757.2428.43
Hex66721FB0493745391c
Octal14616237130111671057134
Binary1100110111001011111101101001001110111100010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66721F; }

 p { color: rgb(102,114,31); }

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

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

 a { background-color: rgb(102,114,31); }

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

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

 span { border-color: rgb(102,114,31); }

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