#667712

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

Shades of Fiji Green #667712

Tints of Fiji Green #667712

Color information

#667712 (or 0x667712) is unknown color: approx Fiji Green. HEX triplet: 66, 77 and 12. RGB value is (102,119,18). Sum of RGB (Red+Green+Blue) = 102+119+18=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #667712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667712 is #9988ED. Grayscale: #666666. Windows color (decimal): -10062062 or 1210214. OLE color: 1210214.

HSL color Cylindrical-coordinate representation of color #667712: hue angle of 70.1º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #667712 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB10211918-
CMYK0.1400.850.53
HSL70.1º73.72%26.86%-
HSV(B)70.1º84.87%46.67%-
XYZ12.1916.063.03-
YUV102.480.37127.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 18 (7.42% from 255) = 7.53%
R=42.68%
G=49.79%
B=7.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102119180.1400.850.5370.173.7226.86
Hex667712E05535464a1b
Octal146167221601256510611233
Binary11001101110111100101110010101011101011000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667712; }

 p { color: rgb(102,119,18); }

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

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

 a { background-color: rgb(102,119,18); }

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

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

 span { border-color: rgb(102,119,18); }

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