#667C0C

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

Shades of Fiji Green #667C0C

Tints of Fiji Green #667C0C

Color information

#667C0C (or 0x667C0C) is unknown color: approx Fiji Green. HEX triplet: 66, 7C and 0C. RGB value is (102,124,12). Sum of RGB (Red+Green+Blue) = 102+124+12=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #667C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667C0C is #9983F3. Grayscale: #696969. Windows color (decimal): -10060788 or 818278. OLE color: 818278.

HSL color Cylindrical-coordinate representation of color #667C0C: hue angle of 71.79º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #667C0C is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB10212412-
CMYK0.1800.900.51
HSL71.79º82.35%26.67%-
HSV(B)71.79º90.32%48.63%-
XYZ12.7517.273.01-
YUV104.6575.71126.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 124 (48.83% from 255) = 52.10%
BLUE value IS 12 (5.08% from 255) = 5.04%
R=42.86%
G=52.10%
B=5.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102124120.1800.900.5171.7982.3526.67
Hex667CC1205A3348521b
Octal146174142201326311012233
Binary11001101111100110010010010110101100111001000101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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