#667006

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

Shades of Fiji Green #667006

Tints of Fiji Green #667006

Color information

#667006 (or 0x667006) is unknown color: approx Fiji Green. HEX triplet: 66, 70 and 06. RGB value is (102,112,6). Sum of RGB (Red+Green+Blue) = 102+112+6=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #667006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667006 is #998FF9. Grayscale: #616161. Windows color (decimal): -10063866 or 421990. OLE color: 421990.

HSL color Cylindrical-coordinate representation of color #667006: hue angle of 65.66º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #667006 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB1021126-
CMYK0.0900.950.56
HSL65.66º89.83%23.14%-
HSV(B)65.66º94.64%43.92%-
XYZ11.3114.432.36-
YUV96.9376.69131.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 112 (44.14% from 255) = 50.91%
BLUE value IS 6 (2.73% from 255) = 2.73%
R=46.36%
G=50.91%
B=2.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10211260.0900.950.5665.6689.8323.14
Hex66706905F38425a17
Octal14616061101377010213227
Binary110011011100001101001010111111110001000010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667006; }

 p { color: rgb(102,112,6); }

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

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

 a { background-color: rgb(102,112,6); }

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

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

 span { border-color: rgb(102,112,6); }

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