#66711A

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

Shades of Fiji Green #66711A

Tints of Fiji Green #66711A

Color information

#66711A (or 0x66711A) is unknown color: approx Fiji Green. HEX triplet: 66, 71 and 1A. RGB value is (102,113,26). Sum of RGB (Red+Green+Blue) = 102+113+26=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #66711A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66711A is #998EE5. Grayscale: #646464. Windows color (decimal): -10063590 or 1732966. OLE color: 1732966.

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

Color convert

RGB10211326-
CMYK0.1000.770.56
HSL67.59º62.59%27.25%-
HSV(B)67.59º76.99%44.31%-
XYZ11.5714.713.21-
YUV99.7986.36129.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 26 (10.55% from 255) = 10.79%
R=42.32%
G=46.89%
B=10.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102113260.1000.770.5667.5962.5927.25
Hex66711AA04D38443f1b
Octal14616132120115701047733
Binary1100110111000111010101001001101111000100010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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