#667516

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

Shades of Fiji Green #667516

Tints of Fiji Green #667516

Color information

#667516 (or 0x667516) is unknown color: approx Fiji Green. HEX triplet: 66, 75 and 16. RGB value is (102,117,22). Sum of RGB (Red+Green+Blue) = 102+117+22=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #667516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667516 is #998AE9. Grayscale: #666666. Windows color (decimal): -10062570 or 1471846. OLE color: 1471846.

HSL color Cylindrical-coordinate representation of color #667516: hue angle of 69.47º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #667516 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB10211722-
CMYK0.1300.810.54
HSL69.47º68.35%27.25%-
HSV(B)69.47º81.2%45.88%-
XYZ11.9915.613.14-
YUV101.6883.03128.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 117 (46.09% from 255) = 48.55%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=42.32%
G=48.55%
B=9.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102117220.1300.810.5469.4768.3527.25
Hex667516D0513645441b
Octal146165261501216610510433
Binary11001101110101101101101010100011101101000101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667516; }

 p { color: rgb(102,117,22); }

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

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

 a { background-color: rgb(102,117,22); }

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

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

 span { border-color: rgb(102,117,22); }

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