#66721B

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

Shades of Fiji Green #66721B

Tints of Fiji Green #66721B

Color information

#66721B (or 0x66721B) is unknown color: approx Fiji Green. HEX triplet: 66, 72 and 1B. RGB value is (102,114,27). Sum of RGB (Red+Green+Blue) = 102+114+27=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #66721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66721B is #998DE4. Grayscale: #646464. Windows color (decimal): -10063333 or 1798758. OLE color: 1798758.

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

Color convert

RGB10211427-
CMYK0.1100.760.55
HSL68.28º61.7%27.65%-
HSV(B)68.28º76.32%44.71%-
XYZ11.6914.943.3-
YUV100.4986.52129.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 27 (10.94% from 255) = 11.11%
R=41.98%
G=46.91%
B=11.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102114270.1100.760.5568.2861.727.65
Hex66721BB04C37443e1c
Octal14616233130114671047634
Binary1100110111001011011101101001100110111100010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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