#667116

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

Shades of Fiji Green #667116

Tints of Fiji Green #667116

Color information

#667116 (or 0x667116) is unknown color: approx Fiji Green. HEX triplet: 66, 71 and 16. RGB value is (102,113,22). Sum of RGB (Red+Green+Blue) = 102+113+22=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #667116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667116 is #998EE9. Grayscale: #636363. Windows color (decimal): -10063594 or 1470822. OLE color: 1470822.

HSL color Cylindrical-coordinate representation of color #667116: hue angle of 67.25º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #667116 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB10211322-
CMYK0.1000.810.56
HSL67.25º67.41%26.47%-
HSV(B)67.25º80.53%44.31%-
XYZ11.5314.692.99-
YUV99.3484.36129.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.04%
GREEN value IS 113 (44.53% from 255) = 47.68%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=43.04%
G=47.68%
B=9.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102113220.1000.810.5667.2567.4126.47
Hex667116A0513843431a
Octal146161261201217010310332
Binary11001101110001101101010010100011110001000011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667116; }

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

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

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

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

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

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

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

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