#66711C

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

Shades of Fiji Green #66711C

Tints of Fiji Green #66711C

Color information

#66711C (or 0x66711C) is unknown color: approx Fiji Green. HEX triplet: 66, 71 and 1C. RGB value is (102,113,28). Sum of RGB (Red+Green+Blue) = 102+113+28=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #66711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66711C is #998EE3. Grayscale: #646464. Windows color (decimal): -10063588 or 1864038. OLE color: 1864038.

HSL color Cylindrical-coordinate representation of color #66711C: hue angle of 67.76º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66711C is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB10211328-
CMYK0.1000.750.56
HSL67.76º60.28%27.65%-
HSV(B)67.76º75.22%44.31%-
XYZ11.5914.723.33-
YUV100.0287.36129.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 113 (44.53% from 255) = 46.50%
BLUE value IS 28 (11.33% from 255) = 11.52%
R=41.98%
G=46.50%
B=11.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102113280.1000.750.5667.7660.2827.65
Hex66711CA04B38443c1c
Octal14616134120113701047434
Binary1100110111000111100101001001011111000100010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66711C; }

 p { color: rgb(102,113,28); }

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

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

 a { background-color: rgb(102,113,28); }

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

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

 span { border-color: rgb(102,113,28); }

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