#667A14

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

Shades of Fiji Green #667A14

Tints of Fiji Green #667A14

Color information

#667A14 (or 0x667A14) is unknown color: approx Fiji Green. HEX triplet: 66, 7A and 14. RGB value is (102,122,20). Sum of RGB (Red+Green+Blue) = 102+122+20=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #667A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667A14 is #9985EB. Grayscale: #686868. Windows color (decimal): -10061292 or 1342054. OLE color: 1342054.

HSL color Cylindrical-coordinate representation of color #667A14: hue angle of 71.76º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #667A14 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB10212220-
CMYK0.1600.840.52
HSL71.76º71.83%27.84%-
HSV(B)71.76º83.61%47.84%-
XYZ12.5716.793.24-
YUV104.3980.37126.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.80%
GREEN value IS 122 (48.05% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 8.20%
R=41.80%
G=50%
B=8.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102122200.1600.840.5271.7671.8327.84
Hex667A14100543448481c
Octal146172242001246411011034
Binary110011011110101010010000010101001101001001000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,122,20); }

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

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

 a { background-color: rgb(102,122,20); }

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

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

 span { border-color: rgb(102,122,20); }

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