#666B07

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

Shades of Fiji Green #666B07

Tints of Fiji Green #666B07

Color information

#666B07 (or 0x666B07) is unknown color: approx Fiji Green. HEX triplet: 66, 6B and 07. RGB value is (102,107,7). Sum of RGB (Red+Green+Blue) = 102+107+7=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #666B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666B07 is #9994F8. Grayscale: #5E5E5E. Windows color (decimal): -10065145 or 486246. OLE color: 486246.

HSL color Cylindrical-coordinate representation of color #666B07: hue angle of 63º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #666B07 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB1021077-
CMYK0.0500.930.58
HSL63º87.72%22.35%-
HSV(B)63º93.46%41.96%-
XYZ10.7813.362.21-
YUV94.178.84133.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 107 (42.19% from 255) = 49.54%
BLUE value IS 7 (3.12% from 255) = 3.24%
R=47.22%
G=49.54%
B=3.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10210770.0500.930.586387.7222.35
Hex666B7505D3A3f5816
Octal146153750135727713026
Binary1100110110101111110101011101111010111111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666B07; }

 p { color: rgb(102,107,7); }

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

<style>
 a { background-color: #666B07; }

 a { background-color: rgb(102,107,7); }

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

<style>
 span { border-color: #666B07; }

 span { border-color: rgb(102,107,7); }

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