#667F0C

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

Shades of Fiji Green #667F0C

Tints of Fiji Green #667F0C

Color information

#667F0C (or 0x667F0C) is unknown color: approx Fiji Green. HEX triplet: 66, 7F and 0C. RGB value is (102,127,12). Sum of RGB (Red+Green+Blue) = 102+127+12=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #667F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667F0C is #9980F3. Grayscale: #6A6A6A. Windows color (decimal): -10060020 or 819046. OLE color: 819046.

HSL color Cylindrical-coordinate representation of color #667F0C: hue angle of 73.04º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #667F0C is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB10212712-
CMYK0.2000.910.50
HSL73.04º82.73%27.25%-
HSV(B)73.04º90.55%49.8%-
XYZ13.1418.033.14-
YUV106.4274.72124.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 127 (50% from 255) = 52.70%
BLUE value IS 12 (5.08% from 255) = 4.98%
R=42.32%
G=52.70%
B=4.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102127120.2000.910.5073.0482.7327.25
Hex667FC1405B3249531b
Octal146177142401336211112333
Binary11001101111111110010100010110111100101001001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667F0C; }

 p { color: rgb(102,127,12); }

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

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

 a { background-color: rgb(102,127,12); }

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

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

 span { border-color: rgb(102,127,12); }

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