#66671A

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

Shades of Fiji Green #66671A

Tints of Fiji Green #66671A

Color information

#66671A (or 0x66671A) is unknown color: approx Fiji Green. HEX triplet: 66, 67 and 1A. RGB value is (102,103,26). Sum of RGB (Red+Green+Blue) = 102+103+26=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #66671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66671A is #9998E5. Grayscale: #5E5E5E. Windows color (decimal): -10066150 or 1730406. OLE color: 1730406.

HSL color Cylindrical-coordinate representation of color #66671A: hue angle of 60.78º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66671A is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB10210326-
CMYK0.0100.750.60
HSL60.78º59.69%25.29%-
HSV(B)60.78º74.76%40.39%-
XYZ10.5212.62.86-
YUV93.9289.67133.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 103 (40.62% from 255) = 44.59%
BLUE value IS 26 (10.55% from 255) = 11.26%
R=44.16%
G=44.59%
B=11.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102103260.0100.750.6060.7859.6925.29
Hex66671A104B3C3d3c19
Octal146147321011374757431
Binary110011011001111101010100101111110011110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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